moar/metrics

Collect application performance metrics

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/moar/metrics

dev-master 2013-04-08 04:48 UTC

This package is auto-updated.

Last update: 2025-09-29 01:37:15 UTC


README

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

Part of the Moar PHP Library.

Latest Build Status

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

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