1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Client for Etherpad Lite
2
2
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 )
4
4
5
5
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 ) .
6
6
7
7
## Installation
8
8
9
9
Install the package via Composer
10
10
11
- composer require 0x46616c6b/etherpad-lite-client:dev-master
11
+ composer require 0x46616c6b/etherpad-lite-client
12
12
13
13
Example (after install)
14
14
@@ -24,3 +24,13 @@ Example (after install)
24
24
echo $response->getCode();
25
25
echo $response->getMessage();
26
26
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