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.2b1
11 years ago
Version 0.2.2b1 change log

- Cache on function (With SegFault Correction)

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.8