Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glynnforrest/symfony-aop-demo
- Owner: glynnforrest
- Created: 2015-03-03T15:14:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T21:53:14.000Z (over 9 years ago)
- Last Synced: 2024-11-05T13:43:52.258Z (2 months ago)
- Language: PHP
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.