An open API service indexing awesome lists of open source software.

https://github.com/orca-services/cakephp-heartbeat

A CakePHP plugin providing an application heartbeat status page with configurable sensors
https://github.com/orca-services/cakephp-heartbeat

cakephp cakephp-plugin cakephp2 hacktoberfest heartbeat status-dashboard status-page statuspage

Last synced: 12 days ago
JSON representation

A CakePHP plugin providing an application heartbeat status page with configurable sensors

Awesome Lists containing this project

README

          

# Heartbeat

A CakePHP plugin providing an application heartbeat status page with configurable sensors.

## Compatibility

| Plugin Version | CakePHP Compatibility | Branch | Status |
|----------------|-----------------------|-------------| --------- |
| 3.x | 4.6+ | cakephp-4.x | Supported |
| 2.x | 3.7+ | cakephp-3.x | Supported |
| 1.x | 2.x | cakephp-2.x | Supported |
| 0.x | 2.x | - | EOL |

Note:
- There is no plugin version for CakePHP 3.0-3.5.
- Previous versions of the plugin that supported previous versions of CakePHP are not supported anymore

## Security

If you've found a security vulnerability, please follow the procedure
described in [SECURITY.md](.github/SECURITY.md).

## Installation

See the [installation documentation](docs/Installation.md) .

## Configuration

See the [configuration documentation](docs/Configuration.md) .

## How to use

See the [usage guide](docs/Usage.md) and [how to write heartbeat sensors](docs/Sensors.md).

## Versioning

The releases of this plugin are versioned using [SemVer](http://semver.org/).

## Contributing

See [CONTRIBUTING.md](.github/CONTRIBUTING.md)

## Changelog

See [CHANGELOG.md](CHANGELOG.md)

## Security

If you've found a security vulnerability, please follow the procedure
described in [SECURITY.md](.github/SECURITY.md).

## TODOs

- Add badges
- Fix & extend Unit Tests
- Add Console application incl. related docs
- Support for separate status text
- Add flexible routing
- CI integrations
- Update screenshots in [How to Use](docs/Usage.md) with new cache indicator
- See [the issues](https://github.com/orca-services/cakephp-heartbeat/issues)

## License

This plugin is licensed under the [MIT License](LICENSE).