This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Releases: zendframework/zend-diagnostics
Releases · zendframework/zend-diagnostics
minor bug fixes and tweaks
minor bug fixes and tweaks
minor feature additions
- add support for guzzle 4/5
- added OpCacheMemory check
- skip apc checks in CLI
fixed issues in the SecurityAdvisory checker
v1.0.3 ZendDiagnostics 1.0.3
Red Rabbits
This release features a few small changes and 3 new checks:
- RabbitMQ
- Redis
- Guzzle-based HTTP service check
LiipMonitorBundle BFF
This release tags a version to be used against LiipMonitorBundle.
If you're using Symfony 2 framework, make sure to try it out!
Using diagnostics with Symfony 2
- Install the LiipMonitorBundle.
- Enable diagnostic tests in your application configuration.
- In your console type
./app/console monitor:health
to run diagnostics.
Worth the wait!
This is the first release including a plethora of useful, general purpose diagnostic checks ready to use in any PHP application.
From this point forward, the general architecture is not expected to change so feel free to write your own Diagnostics checks which will then be invoked by popular PHP frameworks. You can also use ZendDiagnostics without any framework by using the built-in, simplistic console runner (or write your own).