neurolit/etherpad-lite-php-client

There is no license information available for the latest version (0.2.1) of this package.

PHP Client for Etherpad-Lite API

0.2.1 2015-01-14 12:15 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:59:05 UTC


README

What is it?

PHP Client for Etherpad-Lite API. Incomplete and unstable for now.

Prerequisites

You MUST use Etherpad-Lite >= 1.2.1.

Install Composer

  1. In the root directory, run:

     $ curl -s http://getcomposer.org/installer | php -- --install-dir=bin
    
  2. At first, in order to populate vendor directory with third-party bundles, run:

     $ php bin/composer.phar install
    

Testing

In order to run the test suite, you need to install phpunit:

$ php bin/composer.phar install --dev

Afterwards you can run the test suite:

$ php vendor/phpunit/phpunit/phpunit.php