Download the PHP package vormkracht10/laravel-ok without Composer
On this page you can find all versions of the php package vormkracht10/laravel-ok. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vormkracht10/laravel-ok
More information about vormkracht10/laravel-ok
Files in vormkracht10/laravel-ok
Package laravel-ok
Short Description Is your Laravel app OK? Health checks running in production to ensure you can sleep well at night and be sure everything is still OK.
License MIT
Homepage https://github.com/backstagephp/laravel-ok
Informations about the package laravel-ok
Is your Laravel app OK?
Health checks made in production to ensure you can sleep well at night and be sure everything is still OK.
Installation
You can install the package via composer:
You can then install the package by using the ok:install Artisan command:
This is the contents of the published config file:
Usage
To register checks for your application, you need to register them in the checks array in your AppServiceProvider register method.
You can now run the checks using the ok:check Artisan command:
Available checks
- Cache Check: Check whether reading and writing to the cache is possible.
- Composer Outdated Check: Checks whether there are outdated packages in your project and informs you of the findings.
- Composer Audit Check: Checks whether there are any security vulnerabilities in your composer dependencies.
- CPU Load Check: Checks whether the total CPU load is above a certain percentage on a short, mid and long term.
- Config Cache Check: Checks whether the config is cached.
- Database Check: Checks whether a connection can be established on the configured connection.
- Database Connection Count Check: Checks whether the database's connection count exceeds a configurable limit.
- Database Size Check: Checks whether the database's data exceeds a configurable size limit.
- Database Table Size Check: Does the same as the Database Size Check but for a specific table.
- Debug Mode Check: Checks whether debug mode is enabled.
- Directory Check: Checks whether the configured directories exist.
- Disk Space Check: Checks whether the disk space is below a certain threshold.
- DotEnv Check: Checks whether the configured environment variables are accessible in the application.
- Environment Check: Checks whether the current environment matches the configured environment type.
- Event Cache Check: Checks whether events are cached.
- Extension Check: Checks whether the configured PHP extensions are loaded.
- File Check: Does the same as the Directory Check but for files.
- Horizon Check: Checks whether Horizon is running.
- Memory Usage Check: Checks whether the total memory usage exceeds a configurable limit in the form of a percentage.
- NPM Audit Check: Checks whether there are any security vulnerabilities in your npm dependencies.
- NPM Installed Package Check: Checks whether a certain npm package is installed.
- OPCache Check: Checks whether OP cache and optionally the JIT compiler are configured and running.
- Permission Check: Checks whether the configured filesystem items have the correct permissions for the current user.
- Ping check: Checks whether the application can ping the specified address, if the address is not specified it defaults to
www.google.com. - Process Count Check: Checks whether the configured programs are exceeding the configured process count.
- Queue Check: Checks whether the queue is running.
- Reboot Check: Checks whether the server has rebooted recently.
- Redis Check: Checks whether the application can connect to the configured redis connections.
- Redis Memory Usage Check: Checks whether the Redis instance is exceeding a configured amount of memory usage.
- Route Cache Check: Checks whether routes are cached.
- Scheduler Check: Checks whether the scheduler has is still online and running jobs.
- Storage Check: Checks whether the configured disks can be written to and read from.
- UptimeCheck: Checks whether the server's uptime exceeds a configured maximum.
Inspired by
This package is inspired by Laravel Health.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Mark van Eijk
- Bas van Dinther
- David den Haan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-ok with dependencies
illuminate/contracts Version ^10.0|^11.0|^12.0|^13.0
lorisleiva/cron-translator Version ^0.4.5
mtdowling/cron-expression Version ^1.2
spatie/emoji Version ^4.1
spatie/laravel-package-tools Version ^1.14.0
symfony/dom-crawler Version ^6.2|^7.0
vlucas/phpdotenv Version ^5.5