thinframe / aop
It is a AOP extension for Symfony2 Dependency Injection Container
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/thinframe/aop
Requires
- php: >=5.4.0
- jms/cg: dev-master#0d8d8c7e964e0ee1b5743f23117a541873d9bfef
- thinframe/events: dev-master
- thinframe/foundation: dev-master
This package is not auto-updated.
Last update: 2025-10-06 19:59:14 UTC
README
##ThinFrame AOP
It is a AOP extension for Symfony2 Dependency Injection Container
##AOP ? It stands for Aspect-Oriented Programming. Check http://en.wikipedia.org/wiki/Aspect-oriented_programming
##What does it do ?
Basically, it allows you to add before/after hooks to methods without changing/affecting your existing code.
##How ?
Magic ? Not really ...
#####Install it: composer require thinframe/aop
#####Update it: composer update
#####Use it:
- Add the
thinframe.aop
tag to the desired service in di container. - Use
AopCompilerPass
- Expect for
thinframe.aop.before
andthinframe.aop.after
events.
or just use the AopApplication
##Copyright
- MIT License - Sorin Badea sorin.badea91@gmail.com