Download the PHP package jlis/quickmetrics-php without Composer
On this page you can find all versions of the php package jlis/quickmetrics-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jlis/quickmetrics-php
More information about jlis/quickmetrics-php
Files in jlis/quickmetrics-php
Package quickmetrics-php
Short Description A unofficial PHP client for Quickmetrics (quickmetrics.io)
License MIT
Homepage https://github.com/jlis/quickmetrics-php
Informations about the package quickmetrics-php
quickmetrics-php
A unofficial PHP client for Quickmetrics (quickmetrics.io)
Install
To install the client you will need to be using Composer in your project. To install it please see the docs.
Install the client using
Usage
You can also initialize the client with other options:
There are the following options:
Option | Usage | Type | Default |
---|---|---|---|
url |
The Quickmetrics API endpoint | string | https://qckm.io/list |
max_batch_size |
Amount of collected events until a batch request is triggered without the need to call flush() |
int | 100 |
timeout |
Number describing the timeout of the request in seconds | int | 1 |
connect_timeout |
Number describing the number of seconds to wait while trying to connect to a server | int | 1 |
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Dependencies are managed through composer:
Tests can then be run via phpunit:
Thanks
Big thanks to Billomat which let my develop this library during my work time.
License
The MIT License (MIT). Please see License File for more information.
All versions of quickmetrics-php with dependencies
guzzlehttp/guzzle Version ^6.3
psr/log Version ^1.1
symfony/options-resolver Version ^3.4