messagebird/pushprom-php-client
最新稳定版本:1.0.2
Composer 安装命令:
composer require messagebird/pushprom-php-client
包简介
A PHP client for Pushprom
README 文档
README
This is a PHP client for Pushprom. If you use Yii 2 you may want to have a look at the Yii 2 client.
Installing
You can install the Pushprom PHP client through Composer by running:
composer require messagebird/pushprom-php-client:1.0.0
Alternatively, add this to your composer.json:
"require": { "messagebird/pushprom-php-client": "1.0.0" }
And then install by running:
composer update messagebird/pushprom-php-client
Usage
$con = new \pushprom\Connection('udp://127.0.0.1:9090'); $gauge = new \pushprom\Gauge($con, "fish_in_the_sea", "we eat fish and new fish is born", ["species" => "Thalassoma noronhanum"]); $gauge->set(2000);
License
The PHP client for Pushprom is licensed under The BSD 2-Clause License. Copyright (c) 2016, MessageBird
统计信息
- 总下载量: 191.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2016-08-17