PHPackages                             holistic-agency/php-extensions - 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. holistic-agency/php-extensions

ActiveLibrary

holistic-agency/php-extensions
==============================

PHP Extensions Manager

00PHPCI passing

Since Aug 20Pushed 9mo agoCompare

[ Source](https://github.com/holisticagency/php-extensions)[ Packagist](https://packagist.org/packages/holistic-agency/php-extensions)[ RSS](/packages/holistic-agency-php-extensions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HolisticAgency/PhpExtensions
============================

[](#holisticagencyphpextensions)

PHP Extensions Manager

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

[](#installation)

```
composer require holistic-agency/php-extensions:dev-main
```

Usage
-----

[](#usage)

```
use HolisticAgency\PhpExtensions\Builder;

$em = Builder::createManager(
    __DIR__ . '/var/cache/php.extensions.cache',
   __DIR__ . '/var/cache/managed.extensions.cache',
);

if (!$em->keys()) {
    $em->add([
        // ... instances of HolisticAgency\PhpExtensions\ExtensionInterface
    ]);

foreach ($em->keys() as $key) {
    var_dump($em->get($key));
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a9b7beb8fec4f176788dc1378e297e457a983009dcd8e084ed7bfcea5cbb456?d=identicon)[James](/maintainers/James)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/holistic-agency-php-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/holistic-agency-php-extensions/health.svg)](https://phpackages.com/packages/holistic-agency-php-extensions)
```

PHPackages © 2026

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