PHPackages                             victord11/ssl-certification-health-check - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. victord11/ssl-certification-health-check

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

victord11/ssl-certification-health-check
========================================

A Laravel Health check to SSL certification

1.0.5(2y ago)17144.5k—4.7%3MITPHPPHP ^8.1

Since Dec 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/VictoRD11/ssl-certification-health-check)[ Packagist](https://packagist.org/packages/victord11/ssl-certification-health-check)[ Docs](https://github.com/victord11/ssl-certification-health-check)[ RSS](/packages/victord11-ssl-certification-health-check/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://stand-with-ukraine.pp.ua)

A Laravel Health check to ssl certification
===========================================

[](#a-laravel-health-check-to-ssl-certification)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b11adc0d80b1c633c5c27f86be9de1eaf0503c93f618b84178f097ca8e3bd4d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766963746f726431312f73736c2d63657274696669636174696f6e2d6865616c74682d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/victord11/ssl-certification-health-check)[![GitHub Tests Action Status](https://github.com/victord11/ssl-certification-health-check/actions/workflows/run-tests.yml/badge.svg)](https://github.com/victord11/ssl-certification-health-check/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://github.com/victord11/ssl-certification-health-check/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/victord11/ssl-certification-health-check/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![PHPStan](https://github.com/victord11/ssl-certification-health-check/actions/workflows/phpstan.yml/badge.svg)](https://github.com/victord11/ssl-certification-health-check/actions/workflows/phpstan.yml)[![Total Downloads](https://camo.githubusercontent.com/775ce2441f27aad8ebb8edfd7166659e2a2f318546d212c1aabf4cd4bfc3f5cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766963746f726431312f73736c2d63657274696669636174696f6e2d6865616c74682d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/victord11/ssl-certification-health-check)

This package contains a [Laravel Health](https://spatie.be/docs/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
-------------

[](#documentation)

The documentation of this package is available [inside the docs of Laravel Health](https://spatie.be/docs/laravel-health/v1/available-checks/ssl-certfication).

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~166 days

Recently: every ~207 days

Total

6

Last Release

781d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.0.4PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2ab046812456439266721ae8bb426e4c0c107be552f30ac022e6927eca4c8c5?d=identicon)[VictoRD11](/maintainers/VictoRD11)

---

Top Contributors

[![VictoRD11](https://avatars.githubusercontent.com/u/311195?v=4)](https://github.com/VictoRD11 "VictoRD11 (18 commits)")[![JaZo](https://avatars.githubusercontent.com/u/3475007?v=4)](https://github.com/JaZo "JaZo (1 commits)")[![ndeblauw](https://avatars.githubusercontent.com/u/4344869?v=4)](https://github.com/ndeblauw "ndeblauw (1 commits)")[![usernotnull](https://avatars.githubusercontent.com/u/15612814?v=4)](https://github.com/usernotnull "usernotnull (1 commits)")

---

Tags

spatielaravelvictord11ssl-certification-health-check

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/victord11-ssl-certification-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/victord11-ssl-certification-health-check/health.svg)](https://phpackages.com/packages/victord11-ssl-certification-health-check)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.8k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-analytics

A Laravel package to retrieve Google Analytics data.

3.2k5.7M57](/packages/spatie-laravel-analytics)[spatie/laravel-googletagmanager

Google Tag Manager integration for Laravel

4413.4M5](/packages/spatie-laravel-googletagmanager)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[spatie/laravel-support-bubble

A non-intrusive support chat bubble that can be displayed on any page

391173.6k](/packages/spatie-laravel-support-bubble)[spatie/laravel-options

Create arrays of options from different sources

253294.8k2](/packages/spatie-laravel-options)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
