zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

add a health-check controller #136

Open abacaphiliac opened 8 years ago

abacaphiliac commented 8 years ago

add a health-check controller which simply returns an empty response with a pass/fail HTTP status code based on the diagnostic results. the default status codes can be overridden via setter if you create and register a factory for the controller.

i'm unable to get the test suite to pass without changes to the following files:

i'm looking into a ZF3 upgrade for ZFTool but i've just barely started. in the meantime, thoughts on this new feature?