8000 GitHub - daitsuna-group/amcp-client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daitsuna-group/amcp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMCP Client for PHP

Обертка для работы с AMCP протоколом для управления CasparCG.

Build Status Coverage Status

Установка

Используйте Composer для установки:

composer require daitsuna-group/amcp-client

Так же в composer.json нужно добавить:

"repositories": [ 
        { 
            "type": "git", 
            "url": "https://github.com/daitsuna-group/amcp-client" 
        } 
    ],

Использование

Пример использования:

require_once __DIR__ . '/vendor/autoload.php';

use Daitsuna\AmcpClient\AmcpClient;

$client = new AmcpClient('localhost', 5250);

$stopResponse = $client->stop(1, 10);
print_r($stopResponse);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0