losingbattle/micro-base

There is no license information available for the latest version (3.1.0) of this package.

hyperf micro-base

3.1.0 2024-02-23 15:23 UTC

This package is auto-updated.

Last update: 2024-04-23 18:34:54 UTC


README

目录结构

/Annotation

  • 自定义注解与asp配合使用

/Aspect 接口调用层

  • 自定义asp
  • RedisAspect.php 监听redis操作,视环境可适配
  • ResponseResultAspect.php 公共返回体{"data":{},"code":0,"message":"success"}

/Rewrite 基于hyperf的自定义重写

  • 现在主要基于server,client添加了执行过程的事件

/Listener

  • 现在主要基于server,client添加了执行过程的日志