Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Your Name 2e7a963364 first commit 10 meses atrás
..
lang first commit 10 meses atrás
library first commit 10 meses atrás
tpl first commit 10 meses atrás
.gitignore first commit 10 meses atrás
.htaccess first commit 10 meses atrás
LICENSE.txt first commit 10 meses atrás
README.md first commit 10 meses atrás
base.php first commit 10 meses atrás
composer.json first commit 10 meses atrás
convention.php first commit 10 meses atrás
helper.php first commit 10 meses atrás
logo.png first commit 10 meses atrás
phpunit.xml.dist first commit 10 meses atrás

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