groundsix / profiler
A profiler to monitor code execution stats
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 0
Type:libaray
Requires
- php: >=5.3.0
- psr/log: 1.0.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-11-23 16:57:03 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)