2017 © Pedro Peláez
 

project dphp

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

image

doyleaf-php/dphp

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

  • Wednesday, May 30, 2018
  • by DongyunLee
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Dphp

DoyleafPHP,A framework for PHP,by doylee and leaf

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

### 采用GPL3.0开源协议

架构模式

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

架构方法

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

使用 Packagist / Composer中国全量镜像, (*3)

路由

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

入口文件

/public/index.php, (*5)

安装方式

composer create-project doylee/dphp 你的项目名, (*6)


代码规范

  • 类的命名 必须 遵循 StudlyCaps 大写开头的驼峰命名规范
  • 类中的常量所有字母都 必须 大写,单词间用 下划线 分隔
  • 方法名称 必须 符合 camelCase 式的小写开头驼峰命名规范
  • 类的属性命名 可以 遵循:
    • 大写开头的驼峰式 ($StudlyCaps)
    • 小写开头的驼峰式 ($camelCase)
    • 下划线分隔式 ($under_score)

The Versions

30/05 2018

dev-master

9999999-dev

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

  Sources   Download

MPL-2.0

The Requires

 

by doylee

30/05 2018

0.1.2

0.1.2.0

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

  Sources   Download

MPL-2.0

The Requires

 

by doylee

29/05 2018

dev-dev

dev-dev

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

  Sources   Download

MPL-2.0

The Requires

 

by doylee

23/05 2018

v0.1.1

0.1.1.0

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

  Sources   Download

MPL-2.0

The Requires

 

by doylee

03/01 2018

0.1.0

0.1.0.0

DoyleafPHP,A Framework for PHP,By Doylee and Leaf

  Sources   Download

MPL-2.0

The Requires

 

by doylee