longman/profiler-library
PHP profiler library
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 7cfadfcf81989d87dd98eff8edfdac62cb88dd67
- Avtandil Kikabidze aka LONGMAN <akalongman.woop@gmail.com>
README
👁 Join the chat at https://gitter.im/akalongman/php-profiler-library
👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 Downloads Month
👁 License
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
