2017 © Pedro Peláez
 

library etherpad-lite-client

PHP Client for Etherpad Lite

image

0x46616c6b/etherpad-lite-client

PHP Client for Etherpad Lite

  • Saturday, May 13, 2017
  • by 0x46616c6b
  • Repository
  • 3 Watchers
  • 8 Stars
  • 1,123 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 8 Versions
  • 7 % Grown

The README.md

PHP Client for Etherpad Lite

Continuous Integration Scrutinizer Code Quality Code Coverage Latest Stable Version License, (*1)

This package provides an easy access to Etherpad Lite throw there built-in HTTP API., (*2)

Supported API Version: 1.3.0 (Release: 1.7.5), (*3)

Installation

Install the package via Composer, (*4)

composer require 0x46616c6b/etherpad-lite-client

Example (after install), (*5)

<?php

$client = new \EtherpadLite\Client($apikey);
// if you don't use http://localhost:9001
//$client = new \EtherpadLite\Client($apikey, 'http://example.com:9001');

/** @var $response \EtherpadLite\Response */
$response = $client->checkToken();

echo $response->getCode();
echo $response->getMessage();
echo $response->getData();

Testing

vendor/bin/phpunit

# Integration Tests
# > requires a running etherpad lite instance
#
# Environment Variables:
# ----------------------
#       API_KEY=cqOtzCYEUyzR23s8tftePVo8HHO
#       BASE_URL=http://localhost:9001

vendor/bin/behat -f progress

Contributing

Feel free to contribute to this repository., (*6)

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

The Versions

13/05 2017

dev-master

9999999-dev

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

13/05 2017

v0.2.2

0.2.2.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

23/04 2017

v0.2.1

0.2.1.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

23/04 2017

v0.2.0

0.2.0.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

23/04 2017

v0.1.3

0.1.3.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

21/04 2017

v0.1.2

0.1.2.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

16/09 2014

v0.1.1

0.1.1.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Louis Miller

24/12 2013

v0.1.0

0.1.0.0

PHP Client for Etherpad Lite

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by louis