wilbur-yu/hyperf-template

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

dev-main 2023-03-23 06:26 UTC

This package is auto-updated.

Last update: 2024-04-23 08:55:13 UTC


README

结合自 hyperf/hyperf-skeletonhyperf/biz-skeleton 项目, 添加了一些自用代码和第三方包以及三方项目代码

自用, 仅供参考

使用

# 安装
composer create-project wilbur-yu/hyperf-template new-project
# 启动
composer start-dev

访问: http://localhost:9501/

工具清单

  1. 参数签名和验证
  2. 带有效期的加解密(authcode)
  3. 请求与响应的数据完整日志记录
  4. Redis Bitmap 工具类封装
  5. 计数器/漏斗/时间窗口限流注解
  6. Resource值可动态隐藏与显示
  7. 异常告警(基于https://github.com/guanguans/notify)