meletisf/laravel-zen 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version Total Downloads Latest Unstable Version License

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-07-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固