2017 © Pedro Peláez
 

library pushprom-php-client

A PHP client for Pushprom

image

messagebird/pushprom-php-client

A PHP client for Pushprom

  • Wednesday, February 7, 2018
  • by samwierema
  • Repository
  • 14 Watchers
  • 4 Stars
  • 17,977 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

Pushprom PHP client

This is a PHP client for Pushprom. If you use Yii 2 you may want to have a look at the Yii 2 client., (*1)

Latest Stable Version License, (*2)

Installing

You can install the Pushprom PHP client through Composer by running:, (*3)

composer require messagebird/pushprom-php-client:1.0.0

Alternatively, add this to your composer.json:, (*4)

"require": {
    "messagebird/pushprom-php-client": "1.0.0"
}

And then install by running:, (*5)

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, (*6)

The Versions

07/02 2018

dev-master

9999999-dev https://www.messagebird.com

A PHP client for Pushprom

  Sources   Download

BSD-2-Clause

by MessageBird

17/08 2016

1.0.0

1.0.0.0 https://www.messagebird.com

A PHP client for Pushprom

  Sources   Download

BSD-2-Clause

by MessageBird