{"id":30844076,"url":"https://github.com/edenleung/think-admin","last_synced_at":"2025-09-06T22:08:45.147Z","repository":{"id":45489903,"uuid":"184078310","full_name":"edenleung/think-admin","owner":"edenleung","description":"ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统","archived":false,"fork":false,"pushed_at":"2021-12-10T20:32:53.000Z","size":1210,"stargazers_count":165,"open_issues_count":4,"forks_count":42,"subscribers_count":6,"default_branch":"6.0-next","last_synced_at":"2025-08-28T08:21:57.942Z","etag":null,"topics":["ant-design","ant-design-pro","thinkphp","thinkphp-admin"],"latest_commit_sha":null,"homepage":"http://ant.wfunc.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edenleung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-29T13:40:08.000Z","updated_at":"2025-05-28T07:50:37.000Z","dependencies_parsed_at":"2022-07-18T23:18:04.606Z","dependency_job_id":null,"html_url":"https://github.com/edenleung/think-admin","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/edenleung/think-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenleung%2Fthink-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenleung%2Fthink-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenleung%2Fthink-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenleung%2Fthink-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edenleung","download_url":"https://codeload.github.com/edenleung/think-admin/tar.gz/refs/heads/6.0-next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edenleung%2Fthink-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273968673,"owners_count":25199653,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ant-design","ant-design-pro","thinkphp","thinkphp-admin"],"created_at":"2025-09-06T22:08:44.046Z","updated_at":"2025-09-06T22:08:45.099Z","avatar_url":"https://github.com/edenleung.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TAnt\n\n[![Build Status](https://travis-ci.org/edenleung/think-admin.svg?branch=6.0)](https://travis-ci.org/edenleung/think-admin)\n\nThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统\n\n#### 警告： 不授权 hexianqi1959、趣果科技 使用\n\n预览地址: \n * http://ant.wfunc.com\n\n## 前端 \nAnt Design Vue Pro [项目](https://github.com/xiaodit/think-ant-vue) [预览](http://ant.wfunc.com)\n\n## 后端\n\n* https://tant-admin.vercel.app\n\n[开发文档](http://muaawn.coding-pages.com)\n\n[开发计划](https://github.com/edenleung/think-admin/projects/1)\n\n[最新版本](https://github.com/edenleung/think-admin/releases/latest)\n\n没安装Composer？ 请在最新版本链接下找到`TAnt_Full.zip`下载\n\n## 安装\n### 拉取代码\n```bash\ngit clone https://github.com/edenleung/think-admin.git\n\n# 稳定版\ncomposer create-project xiaodi/tant\n\n# 数据库从 database/2021-02-18.sql 导入\n```\n\n### 导入数据表\n\u003e database/2020-05-27.sql\n\n## 定时任务\n\n### 配置\n```php\nclass Example\n{\n    public function register()\n    {\n        new Crontab('* * * * * *', function () {\n            echo date('Y-m-d H:i:s') . \"\\n\";\n        });\n    }\n}\n```\n\n### 注册\n\n```php\n\u003c?php\n\nnamespace app\\command;\n\nclass Tasker extends Command\n{\n    protected $tasks = [\n        Example::class,\n    ];\n}\n\n```\n\n### 启动\n\n`php think tasker start`\n\n## 其它包\n### 权限包\nhttps://github.com/xiaodit/think-permission\n\n### JWT包\nhttps://github.com/xiaodit/think-jwt\n\n### h5 模板\nhttps://github.com/edenleung/vue-h5-template\n\n## 打赏\n如果此项目对你有帮助的，不忘给我打赏哦。\n\n\u003cdiv\u003e\n    \u003cimg src=\"./static/author.png\" width=\"250\" /\u003e\n\u003c/div\u003e\n\n# License\nApache License Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedenleung%2Fthink-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedenleung%2Fthink-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedenleung%2Fthink-admin/lists"}