You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
1748153932 04fb71596e 111 12 months ago
..
src 111 12 months ago
tests 111 12 months ago
.gitignore 111 12 months ago
.travis.yml 111 12 months ago
CONTRIBUTING.md 111 12 months ago
LICENSE.txt 111 12 months ago
README.md 111 12 months ago
composer.json 111 12 months ago
logo.png 111 12 months ago
phpunit.xml.dist 111 12 months ago

README.md

ThinkPHP 6.0

Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version PHP Version License

ThinkPHP6.0底层架构采用PHP7.1改写和进一步优化。

官方应用服务市场 | ThinkAPI——官方统一API服务

主要新特性

  • 采用PHP7强类型(严格模式)
  • 支持更多的PSR规范
  • 原生多应用支持
  • 系统服务注入支持
  • ORM作为独立组件使用
  • 增加Filesystem
  • 全新的事件系统
  • 模板引擎分离出核心
  • 内部功能中间件化
  • SESSION机制改进
  • 日志多通道支持
  • 规范扩展接口
  • 更强大的控制台
  • 对Swoole以及协程支持改进
  • 对IDE更加友好
  • 统一和精简大量用法

ThinkPHP6.0的运行环境要求PHP7.1+,兼容PHP8.0。

安装

composer create-project topthink/think tp

启动服务

cd tp
php think run

然后就可以在浏览器中访问

http://localhost:8000

如果需要更新框架使用

composer update topthink/framework

文档

完全开发手册

命名规范

ThinkPHP6遵循PSR-2命名规范和PSR-4自动加载规范。

参与开发

直接提交PR或者Issue即可

版权信息

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

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

版权所有Copyright © 2006-2021 by ThinkPHP (http://thinkphp.cn) All rights reserved。

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

更多细节参阅 LICENSE.txt