Download the PHP package 0x46616c6b/etherpad-lite-client without Composer
On this page you can find all versions of the php package 0x46616c6b/etherpad-lite-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 0x46616c6b/etherpad-lite-client
More information about 0x46616c6b/etherpad-lite-client
Files in 0x46616c6b/etherpad-lite-client
Download 0x46616c6b/etherpad-lite-client
More information about 0x46616c6b/etherpad-lite-client
Files in 0x46616c6b/etherpad-lite-client
Vendor 0x46616c6b
Package etherpad-lite-client
Short Description PHP Client for Etherpad Lite
License GPL-3.0
Package etherpad-lite-client
Short Description PHP Client for Etherpad Lite
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package etherpad-lite-client
PHP Client for Etherpad Lite
This package provides an easy access to Etherpad Lite throw there built-in HTTP API.
Supported API Version: 1.3.0 (Release: 1.7.5)
Installation
Install the package via Composer
composer require 0x46616c6b/etherpad-lite-client
Example (after install)
<?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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
All versions of etherpad-lite-client with dependencies
PHP Build Version
Package Version
The package 0x46616c6b/etherpad-lite-client contains the following files
Loading the files please wait ....