PHPackages                             zimosworld/ssltools - 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. zimosworld/ssltools

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

zimosworld/ssltools
===================

Tools to decode/match SSL Certificate and check installed SSL Certificates

v1.1.0(8y ago)151MITPHPPHP &gt;=5.4.0

Since Jan 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/zimosworld/SSLTools)[ Packagist](https://packagist.org/packages/zimosworld/ssltools)[ RSS](/packages/zimosworld-ssltools/feed)WikiDiscussions master Synced 2mo ago

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

SSL Tools
=========

[](#ssl-tools)

What is this?
-------------

[](#what-is-this)

SSL Tools is a set of tools that allows you to

- Decode PEM encoded certificate and certificate request
- Confirm if a certificate/private key and certificate/certificate request (CSR) go together
- Check to confirm if a SSL Certificate has been installed correctly and if it will be trusted in most major browsers

Installation
------------

[](#installation)

Install via composer

```
composer require zimosworld/ssltools
```

Usage
-----

[](#usage)

### Methods

[](#methods)

Available methods that can be called:

- decodeCertificate( $certificate )
- decodeCertificateRequest( $certificateRequest )
- matchWithPrivateKey( $privateKey, $certificate )
- matchWithCSR( $certificateRequest, $certificate )
- checkInstalledCertificate( $url )

### Usage Example

[](#usage-example)

Basic usage example using the decodeCertificate method:

```
$certificate = '-----BEGIN CERTIFICATE-----
....
-----END CERTIFICATE-----';

$sslTools = SSLTools::getInstance();
$result = $sslTools->decodeCertificate( $certificate );

var_dump( $result->getCommonName() );
```

Running Tests
-------------

[](#running-tests)

Installation and Usage commands need to be run from the library root.

### Installation

[](#installation-1)

1. Run `composer install`

### Usage

[](#usage-1)

1. Run `vendor/bin/phpunit`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~14 days

Total

3

Last Release

3026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9356fca57625d4e8ed773488c65c003d1cd0bd8ced02c9002aff6e30a7a921c5?d=identicon)[Zimosworld](/maintainers/Zimosworld)

---

Top Contributors

[![zimosworld](https://avatars.githubusercontent.com/u/1310674?v=4)](https://github.com/zimosworld "zimosworld (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zimosworld-ssltools/health.svg)

```
[![Health](https://phpackages.com/badges/zimosworld-ssltools/health.svg)](https://phpackages.com/packages/zimosworld-ssltools)
```

###  Alternatives

[patrickschur/language-detection

A language detection library for PHP. Detects the language from a given text string.

8513.2M18](/packages/patrickschur-language-detection)[platformsh/config-reader

Small helper to access Platform.sh environment variables

235.1M22](/packages/platformsh-config-reader)[mgcodeur/laravel-currency-converter

Laravel Currency Converter: Effortlessly convert currencies in your Laravel applications, no API key required. It's fast, easy, and completely free.

5335.5k](/packages/mgcodeur-laravel-currency-converter)

PHPackages © 2026

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