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
- Host: GitHub
- URL: https://github.com/rindow/rindow-aop
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-25T03:21:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:04:41.000Z (over 5 years ago)
- Last Synced: 2025-05-14T10:17:17.058Z (7 months ago)
- Topics: aop, aspect-oriented-programming, framework, php
- Language: PHP
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AOP manager
===========
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)