victord11/ssl-certification-health-check

A Laravel Health check to SSL certification
172,017 17
Install
composer require victord11/ssl-certification-health-check
Latest Version:1.0.5
PHP:^8.1
License:MIT
Last Updated:Mar 28, 2024
Links: GitHub  ·  Packagist
Maintainer: VictoRD11

Stand With Ukraine

A Laravel Health check to ssl certification

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status PHPStan Total Downloads

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.

Related Packages

spatie/laravel-medialibrary

Associate files with Eloquent models

48,911,191 6,163
spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or applicatio...

60,923,168 5,896
spatie/laravel-fractal

An easy to use Fractal integration for Laravel applications

16,737,772 1,908
spatie/laravel-permission

Permission handling for Laravel 12 and up

115,803,214 12,964
spatie/laravel-analytics

A Laravel package to retrieve Google Analytics data.

6,417,173 3,240