rzajac / datadogclient
Very simple DataDog client
Installs: 16 034
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2021-06-15 09:01:20 UTC
README
Very simple DataDog client.
Installation via Composer
{ "require": { "rzajac/datadogclient": "0.7.*" } }
Documentation
Run unit tests
$ vendor/bin/phpunit --coverage-text
PHPUnit 4.8.27 by Sebastian Bergmann and contributors.
Runtime: PHP 5.5.36 with Xdebug 2.4.1
Configuration: /Users/thor/ws/DataDog/phpunit.xml
............................................................... 63 / 108 ( 58%)
.............................................
Time: 2.77 seconds, Memory: 10.75MB
OK (108 tests, 131 assertions)
Generating code coverage report in HTML format ... done
Code Coverage Report:
2016-12-03 12:52:26
Summary:
Classes: 66.67% (2/3)
Methods: 89.66% (26/29)
Lines: 79.89% (139/174)
\Kicaj\DataDog::DataDogBufferedClient
Methods: 100.00% ( 5/ 5) Lines: 100.00% ( 15/ 15)
\Kicaj\DataDog::DataDogClient
Methods: 87.50% (21/24) Lines: 77.99% (124/159)