PHPackages                             lebr1/php-registry - 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. lebr1/php-registry

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

lebr1/php-registry
==================

Another PHP implementation of the registry pattern

010PHP

Since Apr 5Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

php-registry
============

[](#php-registry)

Another PHP implementation of the registry pattern

Installation
============

[](#installation)

By [Packagist](https://packagist.org/packages/lebr1/php-registry)
-----------------------------------------------------------------

[](#by-packagist)

```
cd
composer require 'lebr1/php-registry:dev-master'

```

Usage
=====

[](#usage)

```
$registry = Lebr1\Registry\ArrayRegistry::getInstance();
$registry->set('person','John Doe');
$person = $registry->get('person');
if ($registry->has('person')) {
   ...
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/af2c1743b7998f6768f30f91f0f8eee10aa6eba9d75639759bca5bad07d0d375?d=identicon)[lebr1](/maintainers/lebr1)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lebr1-php-registry/health.svg)

```
[![Health](https://phpackages.com/badges/lebr1-php-registry/health.svg)](https://phpackages.com/packages/lebr1-php-registry)
```

PHPackages © 2026

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