Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 329 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 329 Bytes

Symfony Aspect Oriented Programming Demo

A simple Symfony2 app using JmsAopBundle and GO! AOP.

JmsAopBundle

Pointcuts and interceptors are in src/AppBundle/Pointcuts and src/AppBundle/Interceptors.

GO AOP

Aspects are in src/AppBundle/Aspect.