説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Your Name 2e7a963364 first commit 6ヶ月前
..
lang first commit 6ヶ月前
library first commit 6ヶ月前
tpl first commit 6ヶ月前
.gitignore first commit 6ヶ月前
.htaccess first commit 6ヶ月前
LICENSE.txt first commit 6ヶ月前
README.md first commit 6ヶ月前
base.php first commit 6ヶ月前
composer.json first commit 6ヶ月前
convention.php first commit 6ヶ月前
helper.php first commit 6ヶ月前
logo.png first commit 6ヶ月前
phpunit.xml.dist first commit 6ヶ月前

README.md

ThinkPHP 5.1(YznCMS 团队长期维护)

Total Downloads Latest Stable Version PHP Version License

ThinkPHP5.1对底层架构做了进一步的改进,减少依赖,其主要特性包括:

  • 采用容器统一管理对象
  • 支持Facade
  • 更易用的路由
  • 注解路由支持
  • 路由跨域请求支持
  • 验证类增强
  • 配置和路由目录独立
  • 取消系统常量
  • 类库别名机制
  • 模型和数据库增强
  • 依赖注入完善
  • 支持PSR-3日志规范
  • 中间件支持(V5.1.6+
  • 支持Swoole/Workerman运行(V5.1.18+

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

安装

使用composer安装

$ composer require "yzncms/framework"

在线手册

命名规范

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

版权信息

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

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

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

All rights reserved。

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

更多细节参阅 LICENSE.txt