1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "name": "centrifugal/phpcent",
| "description":"PHP library to communicate with Centrifugo HTTP API",
| "keywords": ["centrifugo", "websocket", "realtime", "messaging"],
| "homepage": "https://github.com/centrifugal/phpcent",
| "version": "3.1.0",
| "license": "MIT",
| "require":{
| "php": ">=5.4.0",
| "ext-json":"*",
| "ext-curl":"*"
| },
| "require-dev": {
| "phpunit/phpunit": "5.*"
| },
| "autoload": {
| "psr-4": { "phpcent\\": "src" }
| }
| }
|
|