groundsix / profiler
There is no license information available for the latest version (dev-master) of this package.
A profiler to monitor code execution stats
dev-master
2015-01-16 16:59 UTC
Requires
- php: >=5.3.0
- psr/log: 1.0.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-03-15 00:03:20 UTC
README
Installation
Preferred installation is via composer: groundsix/profiler
{
"require" : {
"groundsix/profiler": "dev-master"
}
}
You can also clone the repository using git: git clone git@github.com:GroundSix/Profiler.git
Tests
composer install
phpunit --configuration phpunit.xml
License
MIT (see LICENSE)