a koa-like web framework

dev-master 2019-04-12 03:14 UTC

This package is auto-updated.

Last update: 2024-04-11 17:19:43 UTC


README

参考koajs基于swoole开发的PHP web框架,核心只提供中间件功能和请求调度,其他组件全部为中间件

Install

composer require xialeistudio/koa

Features

  • Middleware
  • DI Container
  • Database
  • Caching(Redis)

Builtin Middlewares

  • Router
  • Logger
  • CORS
  • Cache

Contributing

  1. Fork仓库
  2. 编写代码
  3. 提交代码
  4. 发起PR