meletisf/laravel-zen
Composer 安装命令:
composer require meletisf/laravel-zen
包简介
A package for providing the health state of the application in order to help load balancers determine the pool membership
README 文档
README
Laravel Zen is a package that is used in conjunction with a load balancer's health check feature in order to ensure that no dysfunctional node attempts to serve the user.
Installation
composer require meletisf/laravel-zen
The package will automatically register itself. If you are using an older version of Laravel
which does not support automatic registration then please add the following to your config/app.php:
'providers' => [ ... /* * Package Service Providers... */ Meletisf\Zen\ZenServiceProvider::class, ... ]; 'aliases' => [ ... Meletisf\Zen\Facades\Zen::class, ... ];
Issues
If something doesn't work as indented, or you want to suggest a change, please open an issue and i will do my best to respond as soon as possible.
TODO
- Improve the test coverage
- Add the ability to pass custom values to the check from the config file
Read the Wiki for more information on how to setup the package, use it along with a load balancer, and write your own checks.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-26