ceedbox/ceedboxprojecthealthcheck

目前检查数据库连接是否正常工作

dev-master 2024-05-07 08:54 UTC

README

[![最新版本在Packagist](https://img.shields.io/packagist/v/ceedbox/ceedbox project health check.svg?style=flat-square)](https://packagist.org.cn/packages/ceedbox/ceedbox project health check) [![总下载量](https://img.shields.io/packagist/dt/ceedbox/ceedbox project health check.svg?style=flat-square)](https://packagist.org.cn/packages/ceedbox/ceedbox project health check) ![GitHub Actions](https://github.com/ceedbox/ceedbox project health check/actions/workflows/main.yml/badge.svg)

这里应该放置您的描述。尽量将其限制在一两段之内,并可能提及您支持哪些PSR,以避免与用户和贡献者产生混淆。

安装

您可以通过composer安装此包

composer require ceedbox/ceedboxprojecthealthcheck

用法

// access health via web routes or alternatively 
//  $cphCheck = new CeedboxProjectHealthCheck();
//  return $cphCheck>testConnections()

测试

composer test

变更日志

请参阅 CHANGELOG 以获取更多有关最近更改的信息。

贡献

请参阅 CONTRIBUTING 以获取详细信息。

安全性

如果您发现任何安全相关的问题,请发送电子邮件至 tom.fisher@ceedbox.com 而不是使用问题跟踪器。

鸣谢

许可

MIT许可(MIT)。请参阅 许可文件 以获取更多信息。

Laravel Package Boilerplate

此包使用 Laravel Package Boilerplate 生成。