Skip to content

Commit fc053f9

Browse files
committedApr 21, 2017
update badges
1 parent 47d808c commit fc053f9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed
 

‎README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# PHP Client for Etherpad Lite
22

3-
[![Latest Stable Version](https://poser.pugx.org/0x46616c6b/etherpad-lite-client/v/stable.png)](https://packagist.org/packages/0x46616c6b/etherpad-lite-client) [![License](https://poser.pugx.org/0x46616c6b/etherpad-lite-client/license.png)](https://packagist.org/packages/0x46616c6b/etherpad-lite-client) [![Build Status](https://travis-ci.org/0x46616c6b/etherpad-lite-client.png?branch=master)](https://travis-ci.org/0x46616c6b/etherpad-lite-client) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/0x46616c6b/etherpad-lite-client/badges/quality-score.png?s=0242a9f3d615ba0ed839a42bbb6aeaefc3aa8370)](https://scrutinizer-ci.com/g/0x46616c6b/etherpad-lite-client/)
3+
[![Build Status](https://travis-ci.org/0x46616c6b/etherpad-lite-client.svg?branch=master)](https://travis-ci.org/0x46616c6b/etherpad-lite-client) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/0x46616c6b/etherpad-lite-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/0x46616c6b/etherpad-lite-client/?branch=master) [![Latest Stable Version](https://poser.pugx.org/0x46616c6b/etherpad-lite-client/v/stable.png)](https://packagist.org/packages/0x46616c6b/etherpad-lite-client) [![License](https://poser.pugx.org/0x46616c6b/etherpad-lite-client/license.png)](https://packagist.org/packages/0x46616c6b/etherpad-lite-client)
44

55
This package provides an easy access to [Etherpad Lite](https://github.com/ether/etherpad-lite) throw there built-in [HTTP API](http://etherpad.org/doc/v1.2.11/#index_http_api).
66

77
## Installation
88

99
Install the package via Composer
1010

11-
composer require 0x46616c6b/etherpad-lite-client:dev-master
11+
composer require 0x46616c6b/etherpad-lite-client
1212

1313
Example (after install)
1414

@@ -24,3 +24,13 @@ Example (after install)
2424
echo $response->getCode();
2525
echo $response->getMessage();
2626
echo $response->getData();
27+
28+
## Contributing
29+
30+
Feel free to contribute to this repository.
31+
32+
1. Fork it!
33+
2. Create your feature branch: `git checkout -b my-new-feature`
34+
3. Commit your changes: `git commit -am 'Add some feature'`
35+
4. Push to the branch: `git push origin my-new-feature`
36+
5. Submit a pull request

0 commit comments

Comments
 (0)
Failed to load comments.