AOP

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

Latest releases

Version Release Download
0.2.2b1 2012-11-18 AOP-0.2.2b1.tgz
0.2.1 2012-11-17 AOP-0.2.1.tgz
0.2.1b5 2012-11-17 AOP-0.2.1b5.tgz
0.2.1b4 2012-11-17 AOP-0.2.1b4.tgz
0.2.1b3 2012-11-17 AOP-0.2.1b3.tgz
Show all releases

Changelog

Version Message
0.2.2b1 - Cache on function (With SegFault Correction)
0.2.1 - Bugs on extract
- Bugs on this in process()
- Pyrus version
0.2.1b5 - Bugs on extract
- Bugs on this in process()
- Pyrus version
0.2.1b4 - Bugs on extract
- Bugs on this in process()
- Pyrus version
0.2.1b3 - Bugs on extract
- Bugs on this in process()
- Pyrus version
Show complete changelog