定制 messagebird/pushprom-php-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Latest Stable Version License

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

GitHub 信息

  • Stars: 7
  • Watchers: 11
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2016-08-17