Download the PHP package bretrzaun/statuspage without Composer
On this page you can find all versions of the php package bretrzaun/statuspage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package statuspage
StatusPage
Add a simple status page to applications with custom checks.
The status page runs all registered checks and renders a page showing its results.
Installation
Usage
Out-of-the-box checks
- CallbackCheck: generic check using a PHP callback function
- DoctrineConnectionCheck: checks for a valid Doctrine DBAL connection
- ElasticsearchCheck: checks an Elasticsearch Client for successful pings
- LogFileContentCheck: check a (log) file for certain content
- MongoDbCheck: checks a MongoDB client
- PhpExtensionCheck: check a given PHP extension is loaded
- PhpIniCheck: check a value of php.ini
- PhpMemoryLimitCheck: check PHP memory limit
- PhpVersionCheck: check PHP version
- UrlCheck: checks a URL
Custom checks
Custom checks can be easily added by implementing BretRZaun\StatusPage\Check\CheckInterface
or inheriting BretRZaun\StatusPage\Check\AbstractCheck
.
Tests
To run the tests, just enter:
All versions of statuspage with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
psr/http-client Version ^1.0
psr/log Version ^2.0||^3.0
twig/twig Version ^2.0||^3.0
psr/http-client Version ^1.0
psr/log Version ^2.0||^3.0
twig/twig Version ^2.0||^3.0
The package bretrzaun/statuspage contains the following files
Loading the files please wait ....