dev-master
9999999-dev https://github.com/bd808/moar-metricsCollect application performance metrics
MIT
The Requires
- php >=5.3.0
- ext-mbstring *
- ext-json *
- moar/log dev-master
by Bryan Davis
Wallogit.com
2017 © Pedro Peláez
Collect application performance metrics
Collect counter and elapsed time metrics for logging or other reporting., (*1)
Part of the Moar PHP Library., (*2)
Moar-Metrics is available on Packagist (moar/metrics) and is installable via Composer., (*4)
{
"require": {
"moar/metrics": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any PSR-0 compatible autoloader., (*5)
$ git clone https://github.com/bd808/moar-metrics.git
Tests are automatically performed by Travis CI:
, (*6)
curl -sS https://getcomposer.org/installer | php php composer.phar install --dev phpunit
Collect application performance metrics
MIT