Skip to content
#

aop

Here are 43 public repositories matching this topic...

SimpleAOP is a Laravel package that provides Aspect Oriented Programming (AOP) functionality for your Laravel applications. AOP is a programming paradigm that allows you to modularize cross-cutting concerns, such as logging, caching, transaction management etc. By defining aspects that can be applied to different controller class methods.

  • Updated Nov 16, 2023
  • PHP

同时支持直接new和从容器获取需要被切入的对象,也支持三方库的切入vendor目录下的类方法, 在不改变现有代码的情况下切入需要切入的前置后置方法,用在统计http请求,Rpc,组件链路追踪,日志记录,统计函数耗时 修改函数返回结果的应用场景

  • Updated Jan 12, 2022
  • PHP

Improve this page

Add a description, image, and links to the aop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aop topic, visit your repo's landing page and select "manage topics."

Learn more