chameleon-system / sanitycheck-bundle
A Symfony bundle for chameleon-system/sanitycheck
Installs: 31 075
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 5
Open Issues: 0
Type:symfony-bundle
Requires
- chameleon-system/sanitycheck: ~7.1.0
- symfony/config: ~2.3|~3.0|~4.0
- symfony/console: ~2.3|~3.0|~4.0
- symfony/dependency-injection: ~2.3|~3.0|~4.0
- symfony/http-kernel: ~2.3|~3.0|~4.0
Requires (Dev)
- chameleon-system/code-style-config: dev-master@dev
- phpunit/phpunit: ^8.5.13
Suggests
- phpmailer/phpmailer: To use the PHPMailer message output.
README
The SanityCheckBundle is a Symfony integration bundle for the SanityCheck library.
SanityCheck adds diagnosis capabilities to any PHP application. By defining a number of checks, it can be ensured that requirements for running the application are met continuously. For example available disk space, granted file permissions or availability of remote systems can be checked.
When and where these checks are performed is up to you. In an installer, from the command line or an admin interface - just add the checks wherever they suit your needs.
Documentation
The documentation is stored in the Resources/doc
folder in this bundle.
Installation
The installation instructions are stored in the Installation
section of the documentation.
License
The SanityCheckBundle is licensed under the MIT License. See the complete license under Resources/meta/LICENSE
for details.
Reporting an issue or a feature request
Please report issues and feature requests at the official GitHub repository: https://github.com/chameleon-system/sanitycheck-bundle