{"id":18787970,"url":"https://github.com/wuhan005/cube","last_synced_at":"2026-02-23T22:31:38.341Z","repository":{"id":108599145,"uuid":"138704220","full_name":"wuhan005/Cube","owner":"wuhan005","description":"Create Everything You Like!","archived":false,"fork":false,"pushed_at":"2019-10-23T02:43:01.000Z","size":16598,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:22:22.493Z","etag":null,"topics":["php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wuhan005.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-26T07:56:26.000Z","updated_at":"2020-06-19T08:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f274de6-e511-49d4-b3b3-a91c09d68c48","html_url":"https://github.com/wuhan005/Cube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuhan005%2FCube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuhan005%2FCube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuhan005%2FCube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuhan005%2FCube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wuhan005","download_url":"https://codeload.github.com/wuhan005/Cube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248718006,"owners_count":21150487,"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":["php"],"created_at":"2024-11-07T20:57:09.653Z","updated_at":"2026-02-23T22:31:33.308Z","avatar_url":"https://github.com/wuhan005.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Cube Logo](https://raw.githubusercontent.com/wuhan005/Cube/master/static/img/logo-xx.png)\n\n创造你想要的一切！ Create Everything You Like!\n\n## 简介\n总有一些小工具、小应用，显得有那么点“高不成低不就”。比如 JSON 格式化，调用 API 获取音乐。\n\n\n你将他们一个个单独提出来做成一个站点，一个应用难免会显得有点单调。而 Cube 则是将你做的一些小工具作为一个个插件的形式安装进来。你可以选择启动关闭删除它们，快速使用，用完即走，方便管理。\n\n这，就是 Cube 存在的意义。\n\n![Cube 首页](https://user-images.githubusercontent.com/12731778/44003672-2345d0dc-9e89-11e8-9212-d5d9075daf61.png)\n\n![BRS 小工具](https://user-images.githubusercontent.com/12731778/44003655-dc9d1f96-9e88-11e8-903b-c3a826a390b4.png)\n\n![小工具管理](https://user-images.githubusercontent.com/12731778/44003846-45801830-9e8c-11e8-8ce0-af8b04ff3201.png)\n\n## 启动\nClone from Github\n\n`git clone git@github.com:wuhan005/Love-Bangumi.git`\n\n## TODO\n管理登录\n\n上传小工具压缩包并解压\n\n小工具数据库接口\n\n## 模块介绍\n```\n.\n├── LICENSE\n├── Module 用户插件\n│   ├── HelloBRS 内置示例小工具\n│   │   └── HelloBRS.php\n│   └── Newplugin 有错误的小工具示例\n│       └── Newplugin.php\n├── README.md\n├── core 核心文件\n│   ├── Cube.php 程序入口\n│   ├── DataBase.php 数据库类\n│   ├── File.php 文件类\n│   ├── Footer.php 页面底部\n│   ├── Functions.php 常用方法\n│   ├── ModuleFinder.php 查找/列出小工具\n│   ├── ModuleLoader.php 加载处理小工具（核心）\n│   ├── ModuleStage.php 展示渲染小工具，会有接口给用户，用户是在这一层开发\n│   ├── SlideBar.php 页面小工具侧边栏\n│   ├── SliderDisplayer.php 侧边栏相关函数\n│   └── module 系统功能，以内置小工具形式存在\n│       ├── Account 账户\n│       │   └── Account.php\n│       ├── Error 错误的小工具模板\n│       │   └── Error.php\n│       ├── Forbidden 被禁止的小工具模板\n│       │   └── Forbidden.php\n│       ├── Main Cube 主页\n│       │   ├── Main.php\n│       │   └── Main_mainpage.php\n│       ├── Manager 小工具管理\n│       │   ├── Manager.php\n│       │   └── Manager_mainpage.php\n│       └── Setting Cube 设置\n│           └── Setting.php\n├── database\n│   └── Cube.db 数据库\n├── index.php\n└── static 静态资源\n    ├── css\n    ├── img\n    ├── js\n    └── lib\n```\n## LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuhan005%2Fcube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwuhan005%2Fcube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuhan005%2Fcube/lists"}