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

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

alsciende/make-registry-bundle
==============================

Symfony Maker Bundle extension to create Registry for tagged Services

1.0.0(2y ago)032MITPHP

Since Apr 19Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Presentation
============

[](#presentation)

This Symfony bundle adds a `make:registry` command to the Console. Using this maker will create the building blocks of a specialized Service Registry in your app:

- an Interface describing the type of Service provided by the Registry
- a sample Service implementing the Interface
- a Service Registry configured to register all the services implementing your Interface

Example
=======

[](#example)

Executing `php bin/console make:registry OutputFormatter` will create the following classes:

```
// src/OutputFormatter/OutputFormatterInterface.php
