Download the PHP package glavweb/kurento-client-php without Composer
On this page you can find all versions of the php package glavweb/kurento-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download glavweb/kurento-client-php
More information about glavweb/kurento-client-php
Files in glavweb/kurento-client-php
Package kurento-client-php
Short Description A PHP Kurento Client
License MIT
Homepage https://github.com/glavweb/kurento-client-php
Informations about the package kurento-client-php
Kurento Client PHP
Kurento Client PHP library for Kurento WebRTC media server which implements client side of Kurento Protocol
Installation
The easiest way to install this library is using composer. Update your composer.json
and run
For actual Kurento WebRTC media server installation please check http://www.kurento.org/docs/current/installation_guide.html
Usage
This is the hello world example. Read more at official tutorials' page.
Generic elements
If some remove object are not directly implemented as php classes you can still create and use them via generic MediaObject
class.
It provides generic method:
The same hello world example could be implemented using generic class/methods as
Examples installation
Don't forget to install Kurento server first http://www.kurento.org/docs/current/installation_guide.html
then
Then check README
file in each particular example folder.
Read more at official tutorials' page.
Requirements
- Kurento Client PHP works with PHP 5.3 or above.
- PHP Websocket library
Author
Milan Rukavina
License
Kurento Client PHP is licensed under the MIT License - see the LICENSE
file for details
Acknowledgements
This library is heavily inspired by official java and javascript clients by Kurento
All versions of kurento-client-php with dependencies
ratchet/pawl Version ^0.3.4
evenement/evenement Version ^3.0
psr/log Version ^1.1
ext-json Version *