説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Your Name 28ab5511b5 first commit 6ヶ月前
app first commit 6ヶ月前
config first commit 6ヶ月前
extend first commit 6ヶ月前
public first commit 6ヶ月前
route first commit 6ヶ月前
runtime first commit 6ヶ月前
view first commit 6ヶ月前
.example.env first commit 6ヶ月前
.gitignore first commit 6ヶ月前
.travis.yml first commit 6ヶ月前
LICENSE.txt first commit 6ヶ月前
README.md first commit 6ヶ月前
composer.json first commit 6ヶ月前
composer.lock first commit 6ヶ月前
think first commit 6ヶ月前

README.md

ThinkPHP 6.0

运行环境要求PHP7.2+,兼容PHP8.1

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

ThinkPHPV6.0版本由亿速云独家赞助发布。

主要新特性

  • 采用PHP7强类型(严格模式)
  • 支持更多的PSR规范
  • 原生多应用支持
  • 更强大和易用的查询
  • 全新的事件系统
  • 模型事件和数据库事件统一纳入事件系统
  • 模板引擎分离出核心
  • 内部功能中间件化
  • SESSION/Cookie机制改进
  • 对Swoole以及协程支持改进
  • 对IDE更加友好
  • 统一和精简大量用法

安装

composer create-project topthink/think tp 6.0.*

如果需要更新框架使用

composer update topthink/framework

文档

完全开发手册

参与开发

请参阅 ThinkPHP 核心框架包

版权信息

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

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

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

All rights reserved。

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

更多细节参阅 LICENSE.txt