An open API service indexing awesome lists of open source software.

https://github.com/bd808/moar-metrics

Collect counter and elapsed time metrics for logging or other reporting.
https://github.com/bd808/moar-metrics

Last synced: about 2 months ago
JSON representation

Collect counter and elapsed time metrics for logging or other reporting.

Awesome Lists containing this project

README

          

Moar-Metrics
=============

Collect counter and elapsed time metrics for logging or other reporting.

Part of the [Moar PHP Library][].

[![Latest Build Status][ci-status]][ci-home]

Installation
------------
Moar-Metrics is available on Packagist ([moar/metrics][]) and is installable
via [Composer][].

{
"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.

$ git clone https://github.com/bd808/moar-metrics.git

Run the tests
-------------
Tests are automatically performed by [Travis CI][]:
[![Latest Build Status][ci-status]][ci-home]

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit

---
[Moar PHP Library]: https://github.com/bd808/moar
[ci-status]: https://travis-ci.org/bd808/moar-metrics.png
[ci-home]: https://travis-ci.org/bd808/moar-metrics
[moar/metrics]: https://packagist.org/packages/moar/metrics
[Composer]: http://getcomposer.org
[Travis CI]: https://travis-ci.org