PHPackages                             biteit/domain-expiration-fetcher - 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. biteit/domain-expiration-fetcher

ActiveLibrary

biteit/domain-expiration-fetcher
================================

Fetches Domain Expiration date from WHOIS servers

0.1.6(6y ago)1101MITPHPPHP &gt;=7.1.0

Since Aug 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/manweCZ/domain-expiration-fetcher)[ Packagist](https://packagist.org/packages/biteit/domain-expiration-fetcher)[ RSS](/packages/biteit-domain-expiration-fetcher/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Fetches Domain Expiration information from WHOIS servers

**Usage:**

```
$ds = new \BiteIT\Utils\DomainExpirationFetcher();
if($ds->canFetchInfoAbout('com'){
    $date = $ds->fetchExpirationDate($domain);
    var_dump($date);
}
```

There are certain WHOIS servers that do not publish expiration dates, they are specified in DomainExpirationFetcher::TLDS\_WITH\_NO\_INFO, and as of this date I found out these are the TLDs: 'de', 'eu', 'at', 'bg', 'cy', 'es', 'gr', 'hu', 'ch', 'be', 'lu', 'lv', 'ph', 'no', 'name', 'kz', 'ge', 'az'

If you want to customize any parser or add your own, check WhoisInfoParser.php abstract class and its implementation in whois-parsers folders. You can then set the parser by using

```
$ds->setWhoisParser($instanceOfMyParser, 'mytld')
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Recently: every ~35 days

Total

7

Last Release

2307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/006243654f6be437ad2830eef3ed92609ad0e4b98d1788a89d7884fb8a83e0c1?d=identicon)[manweCZ](/maintainers/manweCZ)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/biteit-domain-expiration-fetcher/health.svg)

```
[![Health](https://phpackages.com/badges/biteit-domain-expiration-fetcher/health.svg)](https://phpackages.com/packages/biteit-domain-expiration-fetcher)
```

###  Alternatives

[larva/laravel-whois

Whois Query Extension for Laravel.

1135.2k](/packages/larva-laravel-whois)

PHPackages © 2026

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