PHPackages                             frdl/iana-enterprise-numbers-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. frdl/iana-enterprise-numbers-fetcher

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

frdl/iana-enterprise-numbers-fetcher
====================================

Fetch the PEN List from IANA and optionally search in it.

v1.0.0(3y ago)1152MITPHPPHP &gt;=7.1 | &gt;=8.0

Since Jan 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/frdl/iana-enterprise-numbers-fetcher)[ Packagist](https://packagist.org/packages/frdl/iana-enterprise-numbers-fetcher)[ Fund](https://domainundhomepagespeicher.de)[ Fund](https://webfan.de/sponsor-me/)[ RSS](/packages/frdl-iana-enterprise-numbers-fetcher/feed)WikiDiscussions main Synced today

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

iana-enterprise-numbers-fetcher
===============================

[](#iana-enterprise-numbers-fetcher)

Fetch the PEN List from IANA and optionally search in it.

### Example

[](#example)

```
header('Content-Type: text/plain');
$Fetcher = new IanaPenListFetcher();
$result = $Fetcher();
 echo print_r(count($result), true). " Records found\n";

//This should search and find the SAME entry (by email, id, oid, name, org):
 echo print_r($Fetcher('till@webfan.de'), true). "\n";
 echo print_r($Fetcher(37553), true). "\n";
 echo print_r($Fetcher('1.3.6.1.4.1.37553'), true). "\n";
 echo print_r($Fetcher('Wehowski'), true). "\n";
 echo print_r($Fetcher('frdl'), true). "\n";
```

**Optionally with custom configuration:**

```
$Fetcher->setRoot('1.3.6.1.4.1');
$Fetcher->setUrl('https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers');
$Fetcher->setCachelimit(60 * 60);
$Fetcher->setCachefile(__DIR__.\DIRECTORY_SEPARATOR.'penlist.php');
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

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

1252d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67333?v=4)[webfan](/maintainers/webfan)[@webfan](https://github.com/webfan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/frdl-iana-enterprise-numbers-fetcher/health.svg)

```
[![Health](https://phpackages.com/badges/frdl-iana-enterprise-numbers-fetcher/health.svg)](https://phpackages.com/packages/frdl-iana-enterprise-numbers-fetcher)
```

###  Alternatives

[janiaje/benchmark

Benchmark package.

1691.0k](/packages/janiaje-benchmark)

PHPackages © 2026

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