2017 © Pedro Peláez
 

library etherpad-lite-client

Etherpad Lite client for PHP

image

tomnomnom/etherpad-lite-client

Etherpad Lite client for PHP

  • Tuesday, February 9, 2016
  • by TomNomNom
  • Repository
  • 11 Watchers
  • 84 Stars
  • 5,896 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 26 Forks
  • 1 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

PHP Etherpad Lite Client

This PHP Etherpad Lite class allows you to easily interact with Etherpad Lite API with PHP.
Etherpad Lite is a collaborative editor provided by the Etherpad Foundation (http://etherpad.org), (*1)

Basic Usage

Install from packagist:, (*2)

composer require tomnomnom/etherpad-lite-client

A legacy etherpad-lite-client.php file is included for people who are unwilling/unable to switch to the new namespaced version, but it is deprecated and will be removed in future versions., (*3)

<?php
require 'vendor/autoload.php';
$instance = new EtherpadLite\Client('EtherpadFTW', 'http://beta.etherpad.org/api');
$revisionCount = $instance->getRevisionsCount('testPad');
$revisionCount = $revisionCount->revisions;
echo "Pad has $revisionCount revisions";

Running The Tests

The full-stack tests can be run by running make test., (*4)

The test suite makes the following assumptions:, (*5)

  • A copy of Etherpad is running at http://localhost:9001
  • The data in the running instance of Etherpad can be destroyed
  • The APIKey for the running instance is 'dcf118bfc58cc69cdf3ae870071f97149924f5f5a9a4a552fd2921b40830aaae'
  • PHPUnit has been installed with Composer (run make dev-deps)

A Dockerfile is provided in tools/testcontainer to ease setup of a test instance., (*6)

License

Apache License, (*7)

Other Stuff

The Etherpad Foundation also provides a jQuery plugin for Etherpad Lite.
This can be found at http://etherpad.org/2011/08/14/etherpad-lite-jquery-plugin/, (*8)

The Versions

09/02 2016

dev-master

9999999-dev https://github.com/TomNomNom/etherpad-lite-client/

Etherpad Lite client for PHP

  Sources   Download

Apache

The Development Requires

09/02 2016

0.1.2

0.1.2.0 https://github.com/TomNomNom/etherpad-lite-client/

Etherpad Lite client for PHP

  Sources   Download

Apache

The Development Requires

09/02 2016

0.1.0

0.1.0.0 https://github.com/TomNomNom/etherpad-lite-client/

Etherpad Lite client for PHP

  Sources   Download

MIT

The Development Requires

22/03 2015

dev-generated

dev-generated

  Sources   Download

The Development Requires