Download the PHP package doyleaf-php/dphp without Composer
On this page you can find all versions of the php package doyleaf-php/dphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download doyleaf-php/dphp
More information about doyleaf-php/dphp
Files in doyleaf-php/dphp
Download doyleaf-php/dphp
More information about doyleaf-php/dphp
Files in doyleaf-php/dphp
Vendor doyleaf-php
Package dphp
Short Description DoyleafPHP,A Framework for PHP,By Doylee and Leaf
License MPL-2.0
Package dphp
Short Description DoyleafPHP,A Framework for PHP,By Doylee and Leaf
License MPL-2.0
Please rate this library. Is it a good library?
Informations about the package dphp
Dphp
DoyleafPHP,A framework for PHP,by doylee and leaf
一个复古贯彻MVC模式的微型框架
采用GPL3.0开源协议
架构模式
采用经典的webMVC架构,突出M层和V层的可重用性,降低C层的作用,还原MVC的本来面目(并没有)。
架构方法
使用composer来架构整个框架,提高程序的扩展性,保持组件版本的灵活控制。
路由
采用开源的nikic/fast-route路由,这个路由自称是最快的路由。
入口文件
/public/index.php
安装方式
composer create-project doylee/dphp <你的项目名>
代码规范
- 类的命名 必须 遵循 StudlyCaps 大写开头的驼峰命名规范
- 类中的常量所有字母都 必须 大写,单词间用 下划线 分隔
- 方法名称 必须 符合 camelCase 式的小写开头驼峰命名规范
- 类的属性命名 可以 遵循:
- 大写开头的驼峰式 ($StudlyCaps)
- 小写开头的驼峰式 ($camelCase)
- 下划线分隔式 ($under_score)
All versions of dphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
nikic/fast-route Version ^1.2
doylee/wafphp Version dev-master
doctrine/orm Version ^2.5
catfan/medoo Version ^1.5
illuminate/database Version ^5.5
filp/whoops Version ^2.1
nikic/fast-route Version ^1.2
doylee/wafphp Version dev-master
doctrine/orm Version ^2.5
catfan/medoo Version ^1.5
illuminate/database Version ^5.5
filp/whoops Version ^2.1
The package doyleaf-php/dphp contains the following files
Loading the files please wait ....