Sin descripción
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.
Your Name 2e7a963364 first commit hace 10 meses
..
lang first commit hace 10 meses
library first commit hace 10 meses
tpl first commit hace 10 meses
.gitignore first commit hace 10 meses
.htaccess first commit hace 10 meses
LICENSE.txt first commit hace 10 meses
README.md first commit hace 10 meses
base.php first commit hace 10 meses
composer.json first commit hace 10 meses
convention.php first commit hace 10 meses
helper.php first commit hace 10 meses
logo.png first commit hace 10 meses
phpunit.xml.dist first commit hace 10 meses

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