rindow / rindow-aop
Support Aspect-Oriented Programming
1.0.0
2020-04-02 05:09 UTC
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-aop: *
- rindow/rindow-container: 1.*
- rindow/rindow-event: 1.*
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-annotation: When using annotation
This package is auto-updated.
Last update: 2024-10-16 12:36:12 UTC
README
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)