Download the PHP package aop-io/pecl-aop-interceptor without Composer
On this page you can find all versions of the php package aop-io/pecl-aop-interceptor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aop-io/pecl-aop-interceptor
More information about aop-io/pecl-aop-interceptor
Files in aop-io/pecl-aop-interceptor
Package pecl-aop-interceptor
Short Description PHP code interceptor for PHP-AOP, based on AOP PHP extension (pecl aop-beta). Provides an abstraction layer of the PHP extension 'PECL AOP', with many features to go further in the handling of the AOP with PHP.
License MIT
Homepage http://aop.io
Informations about the package pecl-aop-interceptor
PECL AOP interceptor
Interceptor using PECL AOP extension for PHP AOP.io lib (php-aop).
Provides an abstraction layer of 'PECL AOP extension', with many features to go further in the handling of the AOP with PHP. Beyond the possibilities of the PECL extension.
This package is an adapter for PHP AOP.io lib (an abstraction layer easy to use). The doc below assumes that you have already installed the PHP AOP.io lib.
Getting Started
Install PECL AOP
You can use pecl
or
Download the AOP PHP extension from github, compile and add the extension to your php.ini
Now you can add the following line to your php.ini to enables AOP extension
More doc on PECL AOP repository.
Install pecl-aop-interceptor
Download pecl-aop-interceptor (and configure your autoloader) or use composer require: "aop-io/pecl-aop-interceptor"
.
Usage
The PECL AOP extension support the wilcard selector, example:
The syntax of pointcuts selectors of PECL AOP extension is documented on the page PECL AOP (pointcuts syntax).
The usage of the AOP abstraction layer is documented on AOP.io.
License
MIT (c) 2013, Nicolas Tallefourtane.
Author
Nicolas Talle |