Tinyf - 基于composer的php框架
MIT
跨平台
PHP
软件简介
Tinyf 是一个超级简单的基于composer的php框架
。主要实现了路由转发、事件触发、视图装载与响应、迷你模板引擎。你可以在此框架的基础上扩展其它包,对它进行丰富。
______ _ _______
/_ __/ (_) ____ __ __ /______/
/ / / / / __ \ / / / / / /____
/ / / / / / / / / /_/ / / /____/
/_/ /_/ /_/ /_/ \__, / / /
/____/ /_/
开始:
下载
git clone https://github.com/buexplain/Tinyf.git Tinyf
cd Tinyf
安装依赖:
composer update
运行:
cd public && php -S 127.0.0.1:8080