qesy/q-frame

A simple php Framework .

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:qframe1

1.0.0 2017-02-17 10:01 UTC

This package is not auto-updated.

Last update: 2025-06-12 13:57:13 UTC


README

A simple php Framework . 一个简单的PHP框架,已经在很多项目中使用。 欢迎大家的使用。

下载安装
GIT方式下载 : git clone https://github.com/Qesy/QFrame.git QFrame
composer下载方式 : php composer.phar create-project qesy/q-frame 1.0.0

调试启动
PHP内置服务器 :php -S localhost:8888 index.php