PHP Library for profiling and debugging
Profiler Library for debugging PHP applications.
TBD
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.
If you like living on the edge, please report any bugs you find on the
PHP Profiler Library issues page.
See CONTRIBUTING.md for information.
Credit list in CREDITS