PHPackages                             glavweb/kurento-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. glavweb/kurento-client-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

glavweb/kurento-client-php
==========================

A PHP Kurento Client

0.2.0(4y ago)1332MITPHPPHP &gt;=7.1

Since Jun 25Pushed 4y agoCompare

[ Source](https://github.com/glavweb/kurento-client-php)[ Packagist](https://packagist.org/packages/glavweb/kurento-client-php)[ Docs](https://github.com/glavweb/kurento-client-php)[ RSS](/packages/glavweb-kurento-client-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Kurento Client PHP
==================

[](#kurento-client-php)

Kurento Client PHP library for [Kurento WebRTC media server](http://www.kurento.org/) which implements client side of [Kurento Protocol](http://www.kurento.org/docs/current/mastering/kurento_protocol.html)

Installation
------------

[](#installation)

The easiest way to install this library is using *composer*. Update your `composer.json`

```
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/rukavina/kurento-client-php"
        }
    ],
    "require": {
        "rukavinamilan/kurento-client-php": "dev-master"
    }
```

and run

```
composer install

```

For actual Kurento WebRTC media server installation please check [http://www.kurento.org/docs/current/installation\_guide.html](http://www.kurento.org/docs/current/installation_guide.html)

Usage
-----

[](#usage)

This is the *hello world* example. Read more at official [tutorials' page](http://www.kurento.org/docs/current/tutorials.html).

```
