fittinq/symfony-health
最新稳定版本:4.1.0
Composer 安装命令:
composer require fittinq/symfony-health
包简介
README 文档
README
This helps creating health endpoints which simply return HTTP_OK responses.
Install via composer
composer require fittinq\symfony-health
Configure bundle
config/bundles.php
<?php
return [
// ...
Fittinq\Symfony\Health\SymfonyHealthBundle::class => ['all' => true],
];
Configure routes
config/routes.yaml
health:
resource: "@SymfonyHealthBundle/Resources/config/routing.yaml"
统计信息
- 总下载量: 4.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-08-16