doylee/dphp

This package is abandoned and no longer maintained. The author suggests using the doyleaf-php/dphp package instead.

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

v0.1.1 2018-05-23 10:14 UTC

This package is auto-updated.

Last update: 2019-11-26 08:44:39 UTC


README

Dphp

DoyleafPHP,A framework for PHP,by doylee and leaf

一个复古贯彻MVC模式的微型框架

采用GPL3.0开源协议

架构模式

采用经典的webMVC架构,突出M层和V层的可重用性,降低C层的作用,还原MVC的本来面目(并没有)。

架构方法

使用composer来架构整个框架,提高程序的扩展性,保持组件版本的灵活控制。

使用 Packagist / Composer中国全量镜像

路由

采用开源的nikic/fast-route路由,这个路由自称是最快的路由。

入口文件

/public/index.php

安装方式

composer create-project doylee/dphp <你的项目名>