PHPackages                             yawa20/registry-bundle - 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. yawa20/registry-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

yawa20/registry-bundle
======================

Registry bundle, Allows to easy implement registry pattern

5.0.0(6y ago)320.4k2MITPHPPHP &gt;=7.3

Since Feb 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/yawa20/registry-bundle)[ Packagist](https://packagist.org/packages/yawa20/registry-bundle)[ Docs](https://github.com/yawa20/registry-bundle)[ RSS](/packages/yawa20-registry-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (2)

any register should implement Yawa20\\RegistryBundle\\Registry\\RegistryInterface

basic implementations you can found in Yawa20\\RegistryBundle\\Registry\\SimpleRegistry

```
services:
  my_custrom_registry:
    class: Yawa20\RegistryBundle\Registry\SimpleRegistry

```

to register items in defined registry:

```
services:
  my_custrom_item:
     class: Class\Of\My\Item
     tags:
       - {name: 'app.registry.item', registry:'my_custrom_registry' }

```

any of item should implement Yawa20\\RegistryBundle\\Registrable\\RegistrableInterface

by default, registry accepts any item of RegistrableInterface.

if you want to define another, just set it as argument of registry

```
services:
  my_custrom_registry:
    class: Yawa20\RegistryBundle\Registry\SimpleRegistry
    arguments:
      - 'MyCustomInterface'

```

or, if you want to use autowiring, you just should add tags for you registrable services:

```
    App\MyRegistrableServices\:
        resource: '../../src/MyRegistrableServices/*'
        tags: [ { name: 'app.registry.item', registry:'MyRegistryClassName' }]

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~159 days

Total

6

Last Release

2348d ago

Major Versions

v1.0.2 → 4.3.02019-06-27

4.3.1 → 5.0.02019-12-04

PHP version history (3 changes)v1.0PHP ^7.0

4.3.0PHP ^7.3

5.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d4e8337eeb82e10ca5d74267c2e6b24acbfa3a56aa77a77646b0e07173a1ad?d=identicon)[yawa20](/maintainers/yawa20)

---

Top Contributors

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

---

Tags

symfonyregistry

### Embed Badge

![Health badge](/badges/yawa20-registry-bundle/health.svg)

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

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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