roave / roave-developer-tools
Developer Tools aimed at debugging/profiling/logging actions that are executed within a standard Zend\Mvc application
Installs: 177
Dependents: 1
Suggesters: 0
Security: 0
Stars: 31
Watchers: 13
Forks: 8
Open Issues: 15
Requires
- php: ~5.5
- zendframework/zendframework: ~2.3
Requires (Dev)
- phpunit/phpunit: ~4.0.0
- squizlabs/php_codesniffer: ~2.0.0@DEV
This package is auto-updated.
Last update: 2022-02-01 12:34:26 UTC
README
RoaveDeveloperTools is a set of utilities to inspect and monitor the state of a PHP application's lifecycle. It currently only works with ZendFramework 2 applications, but Symfony 2 and Laravel 4 adapters are planned.
RoaveDeveloperTools is the successor of ZendDeveloperTools, and it will likely get merged back into it if it gets enough traction.
Installation
php composer.phar require roave/roave-developer-tools:dev-master@DEV
Then, in your ZF2 application, enable the module Roave\DeveloperTools
Security
Please note that RoaveDeveloperTools is currently only suited for development environments: do not enable it in production projects, as it is likely going to impact performance and track sensitive information which should not be saved anywhere (unless you are aware of what you are doing)
Documentation
Documentation for RoaveDeveloperTools can be found in the docs/ directory.
Contributing
Please refer to CONTRIBUTING.md