For now it's only a Proof of Concept using Aspect Oriented Programming in PHP.
- Inject extra code to existed classes (Proxy classes)
- Made any object injectable (IoC container)
- Common framework for adding extra code (AOP)
Look at the demos folder
- config.xml - IoC configuration
- test.php - Test script
Create and make writable demos/proxy, run php test.php
Look at source ;)