victord11/ssl-certification-health-check
最新稳定版本:1.0.5
Composer 安装命令:
composer require victord11/ssl-certification-health-check
包简介
A Laravel Health check to SSL certification
README 文档
README
A Laravel Health check to ssl certification
This package contains a Laravel Health check that ssl certification valid and soon expired. It can send you a notification when SSL Certification is InValid and Certification soon expiration.
// typically, in a service provider use Spatie\Health\Facades\Health; use VictoRD11\SslCertificationHealthCheck\SslCertificationExpiredCheck; use VictoRD11\SslCertificationHealthCheck\SslCertificationValidCheck; Health::checks([ SslCertificationExpiredCheck::new()->url('google.com')->warnWhenSslCertificationExpiringDay(15)->failWhenSslCertificationExpiringDay(10), SslCertificationValidCheck::new()->url('google.com'), ]);
Documentation
The documentation of this package is available inside the docs of Laravel Health.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 133.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-17