PHPackages                             tyzoid/ssl-dashboard - 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. tyzoid/ssl-dashboard

ActiveProject

tyzoid/ssl-dashboard
====================

A simple ssl monitoring dashboard

06JavaScript

Since Apr 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tyzoid/ssl-dashboard)[ Packagist](https://packagist.org/packages/tyzoid/ssl-dashboard)[ RSS](/packages/tyzoid-ssl-dashboard/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SSL Dashboard
=============

[](#ssl-dashboard)

A free dashboard for tracking SSL/TLS Certificates on various services

Table of Contents
-----------------

[](#table-of-contents)

1. [Table of Contents](#table-of-contents)
2. [Why?](#why)
3. [Configuring](#configuring)
4. [API](#api)
5. [Planned Changes](#planned-changes)

Why
---

[](#why)

The idea for this project came from having a my IRC bouncer's certificate expire. I made sure to keep the cert up-to-date in my reverse proxy, but due to the way the certificate is configured, it was is not as easy to automate. Additionally, while letsencrypt will send you a reminder email, and certbot can take care of automatically creating and renewing your certificates, it has a few limitations:

1. It only works for Letsencrypt
2. Automatic renewals aren't as easy for non-http services

Configuring
-----------

[](#configuring)

Getting started with SSL Dashboard is easy.

1. Clone this repo
2. Add the services you want to track to `/controllers/SSLExpory.php`
3. Point your webroot at `/web/` in a php-capable webserver of your choice
4. (If not using apache) Configure a rewrite from `/api/*` to `/api/index.php`

API
---

[](#api)

This dashboard is composed of two parts:

1. The Backend (API)
2. The Frontend (Javascript)

The web interface calls the API to query certificate information in parallel. This is done to proxy past cross-site restrictions, as well as give more control about how certificate validation is handled.

The API has two parts. The first is a list of servers:

```
$ curl https://ssl.tyzoid.com/api/servers
{
    "servers": [
        {
            "id": 0,
            "host": "apilabs.tyzoid.com",
            "port": "https (443)",
            "name": "Api Labs"
        }
    ]
}

```

The second is the certificate expiry information for a particular server:

```
$ curl https://ssl.tyzoid.com/api/expiredate/0
{
    "cert": {
        "CNMatch": true,
        "validFrom": "2018-04-12T20:51:14-04:00",
        "validUntil": "2018-07-11T20:51:14-04:00"
    }
}

```

Both of these API endpoints support XML output as well, simply by adding a `.xml` extension to the request. (`.json` is implicitly added by default):

```
$ curl https://ssl.tyzoid.com/api/expiredate/0.xml

  1
  2018-04-12T20:51:14-04:00
  2018-07-11T20:51:14-04:00

```

Planned Changes
---------------

[](#planned-changes)

I would like to make this appear more as a "dashboard", rather than as a list of hosts/ports, but this will come later. Planned features and issues will be tracked via the issue tracker.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/974758?v=4)[Tyler Dence](/maintainers/tyzoid)[@tyzoid](https://github.com/tyzoid)

---

Top Contributors

[![tyzoid](https://avatars.githubusercontent.com/u/974758?v=4)](https://github.com/tyzoid "tyzoid (1 commits)")

### Embed Badge

![Health badge](/badges/tyzoid-ssl-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/tyzoid-ssl-dashboard/health.svg)](https://phpackages.com/packages/tyzoid-ssl-dashboard)
```

PHPackages © 2026

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