matthiasnoback / symfony-controller-annotation
Helper library for creating event listeners that influence a Symfony application flow based on annotations
Installs: 2 167
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- doctrine/annotations: 1.*
- symfony/http-kernel: 2.*
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2024-10-29 04:36:19 UTC
README
This library contains an abstract class for event listeners that respond to controller annotations.
Read more about this in the chapter "Using annotations" of my book, A Year With Symfony.