mondagroup/monda-php-framework

There is no license information available for the latest version (v1.0.27) of this package.

monda php framework

v1.0.27 2021-05-17 05:00 UTC

README

安装

    composer require mondagroup/monda-php-framework

须知

直接在 public执行

 php -S 127.0.0.1:12345

todo

  • 加载配置文件
  • IOC,统一管理request,response
  • 日志模块
  • 多模块
  • 异常模块
  • 路由加载,中间件,支持路由,或者文件映射
  • 模板引擎
  • session
  • 模型管理
  • cache 支持 file redis
  • 支持env配置
  • 验证工具
  • RSA支持
  • 定时任务
  • 支持swoole,也支持fpm
  • 支持注解方式加载控制器
  • 单元测试
  • 支持swagger
  • 命名行工具