Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glynnforrest/symfony-aop-demo

A demo Symfony app using GO-AOP framework and JMSAopBundle
https://github.com/glynnforrest/symfony-aop-demo

Last synced: 14 days ago
JSON representation

A demo Symfony app using GO-AOP framework and JMSAopBundle

Awesome Lists containing this project

README

        

# Symfony Aspect Oriented Programming Demo

A simple Symfony2 app using [JmsAopBundle](http://jmsyst.com/bundles/JMSAopBundle) and [GO! AOP](http://go.aopphp.com).

### JmsAopBundle

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

### GO AOP

Aspects are in `src/AppBundle/Aspect`.