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
Requires
- php: >=5.3.3
- scaytrase/symfony-core: ~1.0
- symfony/config: ~2.3
- symfony/dependency-injection: ~2.3
- symfony/http-kernel: ~2.3
Requires (Dev)
- phpunit/phpunit: ~4.6@stable
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.