Download the PHP package showclix/cube-php without Composer
On this page you can find all versions of the php package showclix/cube-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download showclix/cube-php
More information about showclix/cube-php
Files in showclix/cube-php
Download showclix/cube-php
More information about showclix/cube-php
Files in showclix/cube-php
Vendor showclix
Package cube-php
Short Description A PHP client for Cube
License MIT
Homepage http://github.com/ShowClix/cube-php
Package cube-php
Short Description A PHP client for Cube
License MIT
Homepage http://github.com/ShowClix/cube-php
Please rate this library. Is it a good library?
Informations about the package cube-php
Cube Client for PHP
Cube Client that supports communicating with a Cube collector and evaluator.
Usage
Install
Via composer
composer.phar install showclix/cube-php
API
\Cube\Client
[static] createHttpClient(array $conf)
param array $conf
Configuration array. For example:
return \Cube\Client
eventPut(array $event)
param array $event
The event to push to cube. Requires type, time and data options.
returns array response from Cube
eventGet(array $query)
param array $query
returns array
EXAMPLE
metricGet(array $query)
param array $query Metric query to send to cube evaluator
returns array
EXAMPLE
typesGet()
returns array of all types currently in cube
Todo
- Implement \Cube\Connection\WebSocketConnection
- Implement \Cube\Connection\UdpConnection
- Add Travis CI Integaration complete with hooks to setup and install Cube/Mongo
All versions of cube-php with dependencies
PHP Build Version
Package Version
The package showclix/cube-php contains the following files
Loading the files please wait ....