PHPackages                             chrisullyott/php-ssl-monitor - 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. chrisullyott/php-ssl-monitor

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

chrisullyott/php-ssl-monitor
============================

Monitor SSL certificate expirations.

v0.0.5(5y ago)212.5k↓63.9%MITPHPPHP &gt;=5.6.0

Since Oct 23Pushed 5y agoCompare

[ Source](https://github.com/chrisullyott/php-ssl-monitor)[ Packagist](https://packagist.org/packages/chrisullyott/php-ssl-monitor)[ Docs](https://github.com/chrisullyott/php-ssl-monitor)[ RSS](/packages/chrisullyott-php-ssl-monitor/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

php-ssl-monitor
===============

[](#php-ssl-monitor)

Monitor SSL certificate expiration dates.

### Installation

[](#installation)

With Composer:

```
composer require chrisullyott/php-ssl-monitor

```

### Setup

[](#setup)

```
include 'vendor/autoload.php';

$domains = [
    'www.domainone.com',
    'www.domaintwo.com',
    'www.domainthree.com'
];

$monitor = new SslMonitor($domains);

// The maximum number of days before expiration in order to be notified.
$monitor->setBeforeDays(30);

// Must expire within this many days in order to be notified on weekends.
$monitor->setCriticalDays(7);

// The maximum number of days after expiration in order to still be notified.
$monitor->setAfterDays(7);

echo $monitor->buildMessage() . "\n";
```

### Output

[](#output)

```
SSL expires in 5 hours:
www.domaintwo.com (Saturday October 14, 2018)

SSL expires in 1 week:
www.domainone.com (Saturday October 20, 2018)

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

5

Last Release

2080d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1007459?v=4)[Chris](/maintainers/chrisullyott)[@chrisullyott](https://github.com/chrisullyott)

---

Top Contributors

[![chrisullyott](https://avatars.githubusercontent.com/u/1007459?v=4)](https://github.com/chrisullyott "chrisullyott (15 commits)")

---

Tags

phpssl

### Embed Badge

![Health badge](/badges/chrisullyott-php-ssl-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/chrisullyott-php-ssl-monitor/health.svg)](https://phpackages.com/packages/chrisullyott-php-ssl-monitor)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21623.4k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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