{"id":13475806,"url":"https://github.com/top-think/think","last_synced_at":"2025-12-17T20:26:01.683Z","repository":{"id":40650239,"uuid":"8305060","full_name":"top-think/think","owner":"top-think","description":"ThinkPHP Framework ——十年匠心的高性能PHP框架","archived":false,"fork":false,"pushed_at":"2025-01-21T03:26:03.000Z","size":24375,"stargazers_count":7874,"open_issues_count":128,"forks_count":1617,"subscribers_count":425,"default_branch":"8.x","last_synced_at":"2025-05-09T08:31:41.423Z","etag":null,"topics":["framework","orm","route","template","thinkphp"],"latest_commit_sha":null,"homepage":"http://www.thinkphp.cn","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/top-think.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-02-20T03:14:27.000Z","updated_at":"2025-05-08T08:15:43.000Z","dependencies_parsed_at":"2024-03-24T01:21:36.253Z","dependency_job_id":"e755f5d8-b241-4e5a-a6c9-d5ba6948a879","html_url":"https://github.com/top-think/think","commit_stats":{"total_commits":1777,"total_committers":52,"mean_commits":34.17307692307692,"dds":"0.33708497467642096","last_synced_commit":"76a5294fb6c165bef461daccd45c440556137b9c"},"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fthink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fthink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fthink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fthink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/top-think","download_url":"https://codeload.github.com/top-think/think/tar.gz/refs/heads/8.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253669735,"owners_count":21945144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","orm","route","template","thinkphp"],"created_at":"2024-07-31T16:01:23.726Z","updated_at":"2025-12-17T20:26:01.630Z","avatar_url":"https://github.com/top-think.png","language":"PHP","funding_links":[],"categories":["PHP","网络服务","基础框架"],"sub_categories":["网络服务_其他","构建/部署"],"readme":"![](https://www.thinkphp.cn/uploads/images/20230630/300c856765af4d8ae758c503185f8739.png)\r\n\r\nThinkPHP 8\r\n===============\r\n\r\n## 特性\r\n\r\n* 基于PHP`8.0+`重构\r\n* 升级`PSR`依赖\r\n* 依赖`think-orm`3.0+版本\r\n* 全新的`think-dumper`服务，支持远程调试\r\n* 支持`6.0`/`6.1`无缝升级\r\n\r\n\u003e ThinkPHP8的运行环境要求PHP8.0+\r\n\r\n现在开始，你可以使用官方提供的[ThinkChat](https://chat.topthink.com/)，让你在学习ThinkPHP的旅途中享受私人AI助理服务！\r\n\r\n![](https://www.topthink.com/uploads/assistant/20230630/4d1a3f0ad2958b49bb8189b7ef824cb0.png)\r\n\r\nThinkPHP生态服务由[顶想云](https://www.topthink.com)（TOPThink Cloud）提供，为生态提供专业的开发者服务和价值之选。\r\n\r\n## 文档\r\n\r\n[完全开发手册](https://doc.thinkphp.cn)\r\n\r\n\r\n## 赞助\r\n\r\n全新的[赞助计划](https://www.thinkphp.cn/sponsor)可以让你通过我们的网站、手册、欢迎页及GIT仓库获得巨大曝光，同时提升企业的品牌声誉，也更好保障ThinkPHP的可持续发展。\r\n\r\n[![](https://www.thinkphp.cn/sponsor/special.svg)](https://www.thinkphp.cn/sponsor/special)\r\n\r\n[![](https://www.thinkphp.cn/sponsor.svg)](https://www.thinkphp.cn/sponsor)\r\n\r\n## 安装\r\n\r\n~~~\r\ncomposer create-project topthink/think tp\r\n~~~\r\n\r\n启动服务\r\n\r\n~~~\r\ncd tp\r\nphp think run\r\n~~~\r\n\r\n然后就可以在浏览器中访问\r\n\r\n~~~\r\nhttp://localhost:8000\r\n~~~\r\n\r\n如果需要更新框架使用\r\n~~~\r\ncomposer update topthink/framework\r\n~~~\r\n\r\n## 命名规范\r\n\r\n`ThinkPHP`遵循PSR-2命名规范和PSR-4自动加载规范。\r\n\r\n## 参与开发\r\n\r\n直接提交PR或者Issue即可\r\n\r\n## 版权信息\r\n\r\nThinkPHP遵循Apache2开源协议发布，并提供免费使用。\r\n\r\n本项目包含的第三方源码和二进制文件之版权信息另行标注。\r\n\r\n版权所有Copyright © 2006-2024 by ThinkPHP (http://thinkphp.cn) All rights reserved。\r\n\r\nThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。\r\n\r\n更多细节参阅 [LICENSE.txt](LICENSE.txt)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-think%2Fthink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftop-think%2Fthink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-think%2Fthink/lists"}