niklesh/health-check-bundle

健康检查包

安装次数: 218

依赖项: 0

建议者: 0

安全: 0

星标: 7

关注者: 4

分支: 3

开放问题: 0

类型:symfony-bundle

1.0.0 2018-08-06 14:37 UTC

This package is not auto-updated.

Last update: 2024-09-21 18:58:47 UTC


README

此包向项目添加了 /health 端点和 health:send-info 命令。

安装

您可以通过 composer 安装它

composer require niklesh/health-check-bundle

要使用此包,您必须添加配置文件

  • config/routes/niklesh_health.yaml (必需)
health_check:
  resource: "@HealthCheckBundle/Controller/HealthController.php"
  prefix: /
  type: annotation
  • config/packages/hiklesh_health.yaml (可选)
health_check:
  senders:
    - 'App\Service\Sender'