2017 © Pedro Peláez
 

framework framework

the new thinkphp framework

image

chinashuguo/framework

the new thinkphp framework

  • Monday, July 2, 2018
  • by chinashuguo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 584 Forks
  • 0 Open issues
  • 54 Versions
  • 0 % Grown

The README.md

ThinkPHP 5.0

StyleCI Build Status codecov.io Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

ThinkPHP5在保持快速开发和大道至简的核心理念不变的同时,PHP版本要求提升到5.4,优化核心,减少依赖,基于全新的架构思想和命名空间实现,是ThinkPHP突破原有框架思路的颠覆之作,其主要特性包括:, (*2)

  • 基于命名空间和众多PHP新特性
  • 核心功能组件化
  • 强化路由功能
  • 更灵活的控制器
  • 重构的模型和数据库类
  • 配置文件可分离
  • 重写的自动验证和完成
  • 简化扩展机制
  • API支持完善
  • 改进的Log类
  • 命令行访问支持
  • REST支持
  • 引导文件支持
  • 方便的自动生成定义
  • 真正惰性加载
  • 分布式环境支持
  • 支持Composer
  • 支持MongoDb

ThinkPHP5的运行环境要求PHP5.4以上。, (*3)

详细开发文档参考 ThinkPHP5完全开发手册 以及ThinkPHP5入门系列教程, (*4)

目录结构

初始的目录结构如下:, (*5)

www  WEB部署目录(或者子目录)
├─application           应用目录
│  ├─common             公共模块目录(可以更改)
│  ├─module_name        模块目录
│  │  ├─config.php      模块配置文件
│  │  ├─common.php      模块函数文件
│  │  ├─controller      控制器目录
│  │  ├─model           模型目录
│  │  ├─view            视图目录
│  │  └─ ...            更多类库目录
│  │
│  ├─command.php        命令行工具配置文件
│  ├─common.php         公共函数文件
│  ├─config.php         公共配置文件
│  ├─route.php          路由配置文件
│  ├─tags.php           应用行为扩展定义文件
│  └─database.php       数据库配置文件
│
├─public                WEB目录(对外访问目录)
│  ├─index.php          入口文件
│  ├─router.php         快速测试文件
│  └─.htaccess          用于apache的重写
│
├─thinkphp              框架系统目录
│  ├─lang               语言文件目录
│  ├─library            框架类库目录
│  │  ├─think           Think类库包目录
│  │  └─traits          系统Trait目录
│  │
│  ├─tpl                系统模板目录
│  ├─base.php           基础定义文件
│  ├─console.php        控制台入口文件
│  ├─convention.php     框架惯例配置文件
│  ├─helper.php         助手函数文件
│  ├─phpunit.xml        phpunit配置文件
│  └─start.php          框架入口文件
│
├─extend                扩展类库目录
├─runtime               应用的运行时目录(可写,可定制)
├─vendor                第三方类库目录(Composer依赖库)
├─build.php             自动生成定义文件(参考)
├─composer.json         composer 定义文件
├─LICENSE.txt           授权说明文件
├─README.md             README 文件
├─think                 命令行入口文件

router.php用于php自带webserver支持,可用于快速测试 切换到public目录后,启动命令:php -S localhost:8888 router.php 上面的目录结构和名称是可以改变的,这取决于你的入口文件和配置参数。, (*6)

命名规范

ThinkPHP5的命名规范遵循PSR-2规范以及PSR-4自动加载规范。, (*7)

参与开发

注册并登录 Github 帐号, fork 本项目并进行改动。, (*8)

更多细节参阅 CONTRIBUTING.md, (*9)

版权信息

ThinkPHP遵循Apache2开源协议发布,并提供免费使用。, (*10)

本项目包含的第三方源码和二进制文件之版权信息另行标注。, (*11)

版权所有Copyright © 2006-2018 by ThinkPHP (http://thinkphp.cn), (*12)

All rights reserved。, (*13)

ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。, (*14)

更多细节参阅 LICENSE.txt, (*15)

The Versions

02/07 2018

5.1.x-dev

5.1.9999999.9999999-dev http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

27/06 2018

v5.1.18

5.1.18.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

21/06 2018

5.2.x-dev

5.2.9999999.9999999-dev http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

19/06 2018

5.0.x-dev

5.0.9999999.9999999-dev http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

19/06 2018

v5.1.17

5.1.17.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

12/06 2018

dev-analysis-z3BBk5

dev-analysis-z3BBk5 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

08/06 2018

v5.1.16

5.1.16.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

04/06 2018

dev-master

9999999-dev http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

01/06 2018

v5.1.15

5.1.15.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

24/05 2018

dev-analysis-qgoPk6

dev-analysis-qgoPk6 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

19/05 2018

v5.1.14

5.1.14.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

11/05 2018

v5.0.20

5.0.20.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

11/05 2018

v5.1.13

5.1.13.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

26/04 2018

v5.1.12

5.1.12.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

25/04 2018

v5.0.19

5.0.19.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

19/04 2018

v5.1.11

5.1.11.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

16/04 2018

v5.1.10

5.1.10.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

16/04 2018

v5.0.18

5.0.18.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

13/04 2018

v5.0.17

5.0.17.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

12/04 2018

v5.1.9

5.1.9.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

06/04 2018

v5.1.8

5.1.8.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

29/03 2018

v5.1.7

5.1.7.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

28/03 2018

v5.1.6

5.1.6.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

26/03 2018

v5.0.16

5.0.16.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

02/02 2018

v5.1.5

5.1.5.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

31/01 2018

v5.0.15

5.0.15.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

19/01 2018

v5.1.4

5.1.4.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

12/01 2018

5.1.3

5.1.3.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

08/01 2018

v5.1.2

5.1.2.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

03/01 2018

v5.1.1

5.1.1.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

01/01 2018

v5.0.14

5.0.14.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

31/12 2017

v5.1.0

5.1.0.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

13/12 2017

v5.0.13

5.0.13.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

06/11 2017

v5.0.12

5.0.12.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

05/11 2017

v5.1-rc.3

5.1.0.0-RC3 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

16/10 2017

v5.1-rc.2

5.1.0.0-RC2 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

13/09 2017

5.0.11

5.0.11.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

08/09 2017

v5.1-rc.1

5.1.0.0-RC1 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st
by Avatar yunwuxin

orm framework thinkphp

05/07 2017

5.0.10

5.0.10.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

20/05 2017

v5.0.9

5.0.9.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

28/04 2017

v5.0.8

5.0.8.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

28/04 2017

v5.1-beta.1

5.1.0.0-beta1 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

25/02 2017

v5.0.7

5.0.7.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

07/02 2017

v5.0.6

5.0.6.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

23/01 2017

v5.0.5

5.0.5.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

20/12 2016

v5.0.4

5.0.4.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

11/11 2016

v5.0.3

5.0.3.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

24/10 2016

v5.0.2

5.0.2.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

28/09 2016

v5.0.1

5.0.1.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

15/09 2016

5.0

5.0.0.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

01/07 2016

5.0-rc4

5.0.0.0-RC4 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

23/04 2016

5.0-rc3

5.0.0.0-RC3 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by liu21st

orm framework thinkphp

10/03 2016

5.0-rc2

5.0.0.0-RC2 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache2

The Requires

  • php >=5.4.0

 

The Development Requires

by liu21st

orm framework thinkphp

30/01 2016

5.0-rc1

5.0.0.0-RC1 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache2

The Requires

  • php >=5.4.0

 

The Development Requires

by liu21st

orm framework thinkphp