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.1.0
12 years ago
Version 0.1.0 change log


AOP In PHP

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.0b1