cube-group/myaf-core

v1.1.2 2018-06-20 07:59 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:41:58 UTC


README

Latest Stable Version Total Downloads License'

核心类库依赖于yaf扩展

命名空间

"Myaf\\Core\\": "src/core/",
"Myaf\\Cache\\": "src/cache/",
"Myaf\\Mongo\\": "src/mongo/",
"Myaf\\MQ\\": "src/mq/",
"Myaf\\Mysql\\": "src/mysql/",
"Myaf\\Pool\\": "src/pool/",
"Myaf\\Session\\": "src/session/"

相关功能

  • yaf扩展框架
  • 缓存缓存操作
  • Mongo操作
  • MySQL操作
  • 会话操作
  • 消息队列操作