wentaophp / proxy
There is no license information available for the latest version (1.0.2) of this package.
laravel aop
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
1.0.2
2024-04-17 06:40 UTC
Requires
- php: >=8.3
- laravel/framework: ^11.0
This package is auto-updated.
Last update: 2025-08-17 09:43:13 UTC
README
抄袭 hyperf 框架AOP部分功能,实现了一个简单的AOP框架,支持方法前置、后置、环绕,支持注解和切面类两种方式配置切面。
- 支持fpm 运行环境,和 octane(swoole) 运行环境。
- fpm 环境下在没有缓存时需要执行命令
php artisan proxy:clear-cache
- octane 环境下每次重启服务会自动重载缓存。