PHPackages                             naturalbuild/fetch-ssl-info - 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. naturalbuild/fetch-ssl-info

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

naturalbuild/fetch-ssl-info
===========================

Fetch SSL info using php

v1.0.0(7y ago)119MITPHPPHP &gt;=5.6

Since Apr 28Pushed 7y agoCompare

[ Source](https://github.com/NaturalBuild/fetch-ssl-info)[ Packagist](https://packagist.org/packages/naturalbuild/fetch-ssl-info)[ RSS](/packages/naturalbuild-fetch-ssl-info/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

#### FETCH SSL INFO USING PHP

[](#fetch-ssl-info-using-php)

```
require_once "vendor/autoload.php";

$certInfo = Ssl\Ssl::getSSLinfo('stackoverflow.com');
echo $certInfo->validFrom .'';
echo $certInfo->validTo .'';
echo $certInfo->issuer .'';
echo $certInfo->validity .'';
echo $certInfo->validitytot .'';
echo $certInfo->crtValRemaining .'';
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26158507?v=4)[Saddam Hossain](/maintainers/NaturalBuild)[@NaturalBuild](https://github.com/NaturalBuild)

---

Top Contributors

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

---

Tags

phpssl

### Embed Badge

![Health badge](/badges/naturalbuild-fetch-ssl-info/health.svg)

```
[![Health](https://phpackages.com/badges/naturalbuild-fetch-ssl-info/health.svg)](https://phpackages.com/packages/naturalbuild-fetch-ssl-info)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

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

PHPackages © 2026

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