{"id":13565240,"url":"https://github.com/top-think/framework","last_synced_at":"2025-05-14T07:07:31.795Z","repository":{"id":37444630,"uuid":"48530411","full_name":"top-think/framework","owner":"top-think","description":"ThinkPHP Framework","archived":false,"fork":false,"pushed_at":"2025-04-17T06:11:17.000Z","size":19173,"stargazers_count":2761,"open_issues_count":109,"forks_count":1047,"subscribers_count":171,"default_branch":"8.x","last_synced_at":"2025-05-07T06:38:32.286Z","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":"CONTRIBUTING.md","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":"2015-12-24T07:12:35.000Z","updated_at":"2025-04-30T22:30:23.000Z","dependencies_parsed_at":"2022-07-15T00:00:46.861Z","dependency_job_id":"d1936bc7-1d1f-485b-bda9-0c74524f9d7f","html_url":"https://github.com/top-think/framework","commit_stats":{"total_commits":5783,"total_committers":146,"mean_commits":39.60958904109589,"dds":0.1739581532076777,"last_synced_commit":"23c98b711f7dc852acea90fec200b57faf4c1cea"},"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-think%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/top-think","download_url":"https://codeload.github.com/top-think/framework/tar.gz/refs/heads/8.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092648,"owners_count":22013290,"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-08-01T13:01:43.023Z","updated_at":"2025-05-14T07:07:31.776Z","avatar_url":"https://github.com/top-think.png","language":"PHP","readme":"![](https://www.thinkphp.cn/uploads/images/20230630/300c856765af4d8ae758c503185f8739.png)\n\n# ThinkPHP 8\n\n[![build](https://github.com/top-think/framework/actions/workflows/build.yml/badge.svg?branch=8.0)](https://github.com/top-think/framework/actions)\n[![Total Downloads](https://poser.pugx.org/topthink/framework/downloads)](https://packagist.org/packages/topthink/framework)\n[![Latest Stable Version](https://poser.pugx.org/topthink/framework/v/stable)](https://packagist.org/packages/topthink/framework)\n[![PHP Version](https://img.shields.io/badge/php-%3E%3D8.0-8892BF.svg)](http://www.php.net/)\n[![License](https://poser.pugx.org/topthink/framework/license)](https://packagist.org/packages/topthink/framework)\n\n## 主要特性\n\n- 基于 PHP`8.0+`重构\n- 升级`PSR`依赖\n- 依赖`think-orm`3.0+ 版本\n- 全新的`think-dumper`支持远程调试\n- `6.0`/`6.1`无缝升级\n\n\u003e ThinkPHP8 的运行环境要求 PHP8.0+\n\n现在开始，你可以使用官方提供的[ThinkChat](https://chat.topthink.com/)，让你在学习 ThinkPHP 的旅途中享受私人 AI 助理服务！\n\n[![](https://www.topthink.com/uploads/assistant/20230630/4d1a3f0ad2958b49bb8189b7ef824cb0.png)](https://chat.topthink.com/)\n\nThinkPHP 生态服务由[顶想云](https://www.topthink.com)（TOPThink Cloud）提供，为生态提供专业的开发者服务和价值之选。\n\n## 文档\n\n[完全开发手册](https://doc.thinkphp.cn)\n\n基于官方手册的数据训练和提供精准解答服务\n[官方专家智能体](https://chat.topthink.com/chat/eorole)\n\n## 赞助商\n\n全新的[赞助计划](https://www.thinkphp.cn/sponsor)可以让你通过我们的网站、手册、欢迎页及 GIT 仓库获得巨大曝光，同时提升企业的品牌声誉，也更好保障 ThinkPHP 的可持续发展。\n\n[![](https://www.thinkphp.cn/sponsor/special.svg)](https://www.thinkphp.cn/sponsor/special)\n\n[![](https://www.thinkphp.cn/sponsor.svg)](https://www.thinkphp.cn/sponsor)\n\n## 安装\n\n```\ncomposer create-project topthink/think tp\n```\n\n启动服务\n\n```\ncd tp\nphp think run\n```\n\n然后就可以在浏览器中访问\n\n```\nhttp://localhost:8000\n```\n\n如果需要更新框架使用\n\n```\ncomposer update topthink/framework\n```\n\n## 命名规范\n\n`ThinkPHP`遵循 PSR-2 命名规范和 PSR-4 自动加载规范。\n\n## 参与开发\n\n直接提交 PR 或者 Issue 即可\n\n## 版权信息\n\nThinkPHP 遵循 Apache2 开源协议发布，并提供免费使用。\n\n本项目包含的第三方源码和二进制文件之版权信息另行标注。\n\n版权所有 Copyright © 2006-2024 by ThinkPHP (http://thinkphp.cn) All rights reserved。\n\nThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。\n\n更多细节参阅 [LICENSE.txt](LICENSE.txt)\n","funding_links":[],"categories":["PHP","武器库"],"sub_categories":["后端"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-think%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftop-think%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-think%2Fframework/lists"}