PHPackages                             pbogdan/cert-utils - 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. pbogdan/cert-utils

AbandonedArchivedLibrary

pbogdan/cert-utils
==================

SSL certificate utilites, including intermediate certificate chain generator.

0.0.2(9y ago)15.0kPHP

Since Jul 27Pushed 9y ago2 watchersCompare

[ Source](https://github.com/pbogdan/cert-utils)[ Packagist](https://packagist.org/packages/pbogdan/cert-utils)[ RSS](/packages/pbogdan-cert-utils/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Cert Utils
==========

[](#cert-utils)

Collection of random SSL-related utilities written in PHP.

The `cu` script in the top-level directory is the common entry point for all the commands, and when invoked without arguments will list all the available commands and global options.

cu build-chain
--------------

[](#cu-build-chain)

```
cu build-chain [--include-root] path

```

Build an intermediate certificate chain for an SSL certificate stored in `path` and print it on stdout. Use the `--include-root` flag if you want to include the root certificate in the generated chain.

The utility assumes that trusted root certificates are located in `/etc/ssl/certs/`.

cu find:expired
---------------

[](#cu-findexpired)

```
cu find:expired [--expiry] directory

```

Recursively scan `directory` for certificate files and report ones that have expired.

Certificate files are defined as files with .crt or .pem extension.

By default the expiration time is checked against current time, this can be overridden with the optional `--expiry` argument which takes string understood by [strtotime() PHP function](http://php.net/strtotime), for example:

` cu find:expired --expiry="+4 weeks" /ssl-certs/`

will report certificate files that are due to expire in the next 4 weeks.

cu find:no-chain
----------------

[](#cu-findno-chain)

```
cu find:no-chain directory

```

Recursively scan `directory` for certificate files and report ones that likely contain no certificate chain. Currently it doesn't verify validity of the chain for the certificate files that do contain it.

Certificate files are defined as files with .crt or .pem extension, and are expected to contain the certificate itself along with its chain.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

2

Last Release

3571d ago

### Community

Maintainers

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

---

Top Contributors

[![pbogdan](https://avatars.githubusercontent.com/u/157610?v=4)](https://github.com/pbogdan "pbogdan (30 commits)")

### Embed Badge

![Health badge](/badges/pbogdan-cert-utils/health.svg)

```
[![Health](https://phpackages.com/badges/pbogdan-cert-utils/health.svg)](https://phpackages.com/packages/pbogdan-cert-utils)
```

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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