cube-group/myaf-core

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

This package is not auto-updated.

Last update: 2024-04-28 03:25:21 UTC


README

Latest Stable Version Total Downloads License'

核心类库依赖于yaf扩展

namespace

"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扩展框架
  • cache缓存操作
  • mongo操作
  • mysql操作
  • session操作
  • mq操作