AOP

pecl install 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, ...)

Maintainer

  • Salleyron Julien (lead )
  • Gérald Croës (lead )

Details

Stars: 565
Issue openned: 48
Downloads: 35115
0.2.1b5
11 years ago
Version 0.2.1b5 change log


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

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.8