diu/neos-healthcheck

Returns only a html code 200 if Neos Flowframework is up

Installs: 6 507

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/diu/neos-healthcheck

1.0.2 2025-02-27 15:26 UTC

This package is auto-updated.

Last update: 2025-09-27 16:39:03 UTC


README

This package allows a simple health check for a Neos website. It checks if the flow Framework is up and running and makes a database request to test the database connection.

The url to call is /healthcheck and will provide a json status:

200: {"status":"OK"} 500: {"status:"ERROR - No Site Node Found"}