Download the PHP package meinestadt/ms-laravel-readiness without Composer
On this page you can find all versions of the php package meinestadt/ms-laravel-readiness. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download meinestadt/ms-laravel-readiness
More information about meinestadt/ms-laravel-readiness
Files in meinestadt/ms-laravel-readiness
Download meinestadt/ms-laravel-readiness
More information about meinestadt/ms-laravel-readiness
Files in meinestadt/ms-laravel-readiness
Vendor meinestadt
Package ms-laravel-readiness
Short Description simple package to provide a readiness controller for drop-in use in projects running on k8s. tests each sql- connection and each redis connection for functionality.
License MIT
Package ms-laravel-readiness
Short Description simple package to provide a readiness controller for drop-in use in projects running on k8s. tests each sql- connection and each redis connection for functionality.
License MIT
Please rate this library. Is it a good library?
Informations about the package ms-laravel-readiness
Readiness Controller
this class is to be used in laravel projects as a drop in readiness controller for k8s environments. it checks the connection for redis and sql to be working and active and send 503 if they are not, thus triggering the proper readiness-failed mechanisms of k8s. So this is a hardening thing.
install
to use this do the usual
configure
to be used in your application, you also need to setup the necessary route(s)
All versions of ms-laravel-readiness with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
illuminate/support Version >=9.0
illuminate/database Version >=9.0
illuminate/redis Version >=9.0
illuminate/http Version >=9.0
illuminate/routing Version >=9.0
illuminate/support Version >=9.0
illuminate/database Version >=9.0
illuminate/redis Version >=9.0
illuminate/http Version >=9.0
illuminate/routing Version >=9.0
The package meinestadt/ms-laravel-readiness contains the following files
Loading the files please wait ...