scaytrase/symfony-autoregistry

This package is abandoned and no longer maintained. No replacement package was suggested.

Automatically create register service without explicit compiler pass

2.0.1 2015-12-12 08:57 UTC

This package is not auto-updated.

Last update: 2016-08-09 18:44:37 UTC


README

This bundle allows to automatically populate simple registries without writing custom compiler pass for each registry. Registry must implement RegistryInterface and populated items must implement RegistryElementInterface and be declared as a tagged service. Population is based on symfony service tag system.