scaytrase / symfony-autoregistry
Automatically create register service without explicit compiler pass
Installs: 873
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/scaytrase/symfony-autoregistry
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.