alxmrz/ff-core

本包的最新版本(v0.7.0)没有可用的许可证信息。

v0.7.0 2022-11-06 14:18 UTC

README

Minimum PHP Version Type Coverage

一个 MVC php 框架。

运行以下命令以启动开发容器,需要 docker

  • make build - 构建 php 镜像
  • make run - 运行带有 php 的容器
  • make deps - 安装 composer 依赖

使用 make test 运行项目中的所有测试

查看 example/index.php 了解使用细节

使用以下命令运行示例应用程序:php -S 127.0.0.1:8081 -t ./example/