cizel/tiny

The Tiny API Framework.

Maintainers

Details

github.com/cizel/tiny

Source

Issues

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 0

Type:project

v0.1.0 2017-05-03 02:57 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:02:04 UTC


README

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 日志记录
    • 输入过滤脚本