longman / profiler-library
PHP profiler library
0.2.5
2015-12-15 14:17 UTC
Requires
- php: >=5.5.0
- symfony/filesystem: 2.8.*
- symfony/finder: 2.8.*
Requires (Dev)
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.1
- squizlabs/php_codesniffer: ~2.3
README
Profiler Library for debugging PHP applications.
Introduction
TBD
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json
file to require
longman/profiler-library
.
Create composer.json file:
{ "name": "yourproject/yourproject", "type": "project", "require": { "php": ">=5.3.0", "longman/profiler-library": "*" } }
And run composer update
Or run a command in your command line:
composer require longman/profiler-library
This code is available on Github. Pull requests are welcome.
Troubleshooting
If you like living on the edge, please report any bugs you find on the PHP Profiler Library issues page.
Contributing
See CONTRIBUTING.md for information.
Credits
Credit list in CREDITS