Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 868 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 868 Bytes

Tiny Api Framework

Build Status Latest Stable Version License

开发进程

  1. 初始化项目,取名tiny
  2. 修改项目使用 YAF 来搭建项目
  3. 添加composer到项目中
  4. 功能模块
    • bootstrap 加载
    • Config library 读取配置
    • Rest InterFace Rest 接口
    • 异常处理类
    • JWT Authentication 验证方式
    • ORM 数据对象映射
    • Cache library 缓存
    • log library 日志记录
    • 输入过滤脚本