Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.08 KB

PHP Diagnostics

Universal set of diagnostic tests for PHP applications.

Using diagnostics with Symfony 2

TODO

Using diagnostics with Zend Framework 2

  1. Install the ZFTool module.
  2. Enable diagnostic tests in your application config.php.
  3. In your console type php public/index.php diag to run diagnostics.

Using diagnostics with another PHP application.

WIP

  1. Add PHPDiagnostics component to your application
  2. Create an instance of PHPDiagnostics\Runner
  3. Add tests using Runner::addTest()
  4. Run diagnostics Runner::start();