An open API service indexing awesome lists of open source software.

https://github.com/rindow/rindow-aop

Support Aspect-Oriented Programming
https://github.com/rindow/rindow-aop

aop aspect-oriented-programming framework php

Last synced: 5 months ago
JSON representation

Support Aspect-Oriented Programming

Awesome Lists containing this project

README

          

AOP manager
===========
Master: [![Build Status](https://travis-ci.com/rindow/rindow-aop.png?branch=master)](https://travis-ci.com/rindow/rindow-aop)

This module supports Aspect-Oriented Programming for all developers using the Rindow framework.

Most of the rich features of Rindow framework are based on AOP.

It has the following features

- Interceptor type AOP
- Supports both file-based and annotation-based configuration
- Supports 5 types of advice(before,after,after-returning,after-throwing,around)
- Supports 5 types of pointcut(execution,set,get,within,target)