2017 © Pedro Peláez
 

library metrics

Collect application performance metrics

image

moar/metrics

Collect application performance metrics

  • Monday, April 8, 2013
  • by bd808
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Moar-Metrics

Collect counter and elapsed time metrics for logging or other reporting., (*1)

Part of the Moar PHP Library., (*2)

Latest Build Status, (*3)

Installation

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

Run the tests

Tests are automatically performed by Travis CI: Latest Build Status, (*6)

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

The Versions

08/04 2013

dev-master

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

Collect application performance metrics

  Sources   Download

MIT

The Requires