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.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/wentaophp/proxy

1.0.2 2024-04-17 06:40 UTC

This package is auto-updated.

Last update: 2025-08-17 09:43:13 UTC


README

抄袭 hyperf 框架AOP部分功能,实现了一个简单的AOP框架,支持方法前置、后置、环绕,支持注解和切面类两种方式配置切面。

  1. 支持fpm 运行环境,和 octane(swoole) 运行环境。
  2. fpm 环境下在没有缓存时需要执行命令
php artisan proxy:clear-cache
  1. octane 环境下每次重启服务会自动重载缓存。