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.
- Host: GitHub
- URL: https://github.com/bd808/moar-metrics
- Owner: bd808
- License: mit
- Created: 2013-04-04T21:45:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T04:48:52.000Z (about 13 years ago)
- Last Synced: 2025-03-16T09:45:04.184Z (over 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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