AOP 0.2.1

Aspect Oriented Programming On PHP


AOP is a PECL extension that enables you to use Aspect Oriented Programming in PHP, without the need to compile or proceed to any other intermediate step before publishing your code.

The AOP extension is designed to be the easiest way you can think of for integrating AOP to PHP.

AOP aims to allow separation of cross-cutting concerns (cache, log, security, transactions, ...)

License: PHP License

Changes

- Bugs on extract
- Bugs on this in process()
- Pyrus version