8000 GitHub - Thinkscape/Diagnostics: moved to https://github.com/zendframework/ZendDiagnostics
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Thinkscape/Diagnostics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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();

Releases

No releases published

Packages

No packages published
0