Download the PHP package o-ba/health-checks without Composer
On this page you can find all versions of the php package o-ba/health-checks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download o-ba/health-checks
More information about o-ba/health-checks
Files in o-ba/health-checks
Package health-checks
Short Description Provides health checks API
License GPL-2.0-or-later
Homepage https://b13.com
Informations about the package health-checks
TYPO3 health checks integration
This is the TYPO3 integration of the CMS Health Check RFC.
The extension registers a new reaction
HealthCheckReaction
, which allows administrators to generate various health
check reports by selection the checks to execute and include in the
corresponding report.
The extension already provides a couple of checks
, which are autotagged
and registered based on the implemented CmsHealth\Definition\CheckInterface
.
A check
can contain multiple results
, which implemente the
CmsHealth\Definition\CheckResultInterface
and are bundled in the
health check
, implementing the CmsHealth\Definition\HealthCheckInterface
.
To register a new check
, it's sufficient to create a new class implementing
the CmsHealth\Definition\CheckInterface
.
Installation
Install the extension via composer composer req o-ba/health-checks
.
Due to the underlying reactions API, the extension is only available for TYPO3 v12 upwards.
License
The extension is licensed under GPL v2+, same as the TYPO3 Core. For details see the LICENSE file in this repository.
All versions of health-checks with dependencies
typo3/cms-core Version ^12.4 ||^13.0
typo3/cms-backend Version ^12.4 ||^13.0
typo3/cms-reactions Version ^12.4 || ^13.0
typo3/cms-reports Version ^12.4 || ^13.0
cms-health-project/serializable-reference-implementation Version dev-main