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.

52 lines
1.2 KiB

5 years ago
  1. ThinkPHP 6.0
  2. ===============
  3. > 运行环境要求PHP7.1+。
  4. ## 主要新特性
  5. * 采用`PHP7`强类型(严格模式)
  6. * 支持更多的`PSR`规范
  7. * 原生多应用支持
  8. * 更强大和易用的查询
  9. * 全新的事件系统
  10. * 模型事件和数据库事件统一纳入事件系统
  11. * 模板引擎分离出核心
  12. * 内部功能中间件化
  13. * SESSION/Cookie机制改进
  14. * 对Swoole以及协程支持改进
  15. * 对IDE更加友好
  16. * 统一和精简大量用法
  17. ## 安装
  18. ~~~
  19. composer create-project topthink/think tp 6.0.*-dev
  20. ~~~
  21. 如果需要更新框架使用
  22. ~~~
  23. composer update topthink/framework
  24. ~~~
  25. ## 文档
  26. [完全开发手册](https://www.kancloud.cn/manual/thinkphp6_0/content)
  27. ## 参与开发
  28. 请参阅 [ThinkPHP 核心框架包](https://github.com/top-think/framework)。
  29. ## 版权信息
  30. ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
  31. 本项目包含的第三方源码和二进制文件之版权信息另行标注。
  32. 版权所有Copyright © 2006-2019 by ThinkPHP (http://thinkphp.cn)
  33. All rights reserved。
  34. ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。
  35. 更多细节参阅 [LICENSE.txt](LICENSE.txt)