Skip to content

feige2018/tinyphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyPHP 极简PHP框架 Demo 应用项目.

运行环境要求 PHP7.1+

框架特点:极简、纯净 、原生PHP,采用 Composer 实现自动加载,可运行于你项目中的任意目录。

安装框架:

composer require 21xianfei/tiny-php

安装 Demo 应用项目(含框架)

git clone https://gitee.com/21xianfei/tinyphp.git
git clone https://github.com/feige2018/tinyphp.git
运行项目
cd E://www/test/TinyPHP/public
php -S localhost:8080

然后在地址栏访问:
http://localhost:8080
http://localhost:8080/test

About

TinyPHP 极简PHP框架 Demo 应用项目.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages