{"id":16464555,"url":"https://github.com/deatil/short-url","last_synced_at":"2025-07-12T05:03:38.744Z","repository":{"id":109372050,"uuid":"552734059","full_name":"deatil/short-url","owner":"deatil","description":"short-url 是基于 webman 的短链接服务系统","archived":false,"fork":false,"pushed_at":"2022-11-22T15:23:30.000Z","size":12458,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T12:49:24.308Z","etag":null,"topics":["api","bootstrap","php","short-url","short-url-system","short-urls","webman"],"latest_commit_sha":null,"homepage":"https://github.com/deatil/short-url","language":"Blade","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/deatil.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":"support/Request.php","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-17T06:33:10.000Z","updated_at":"2025-03-24T05:21:18.000Z","dependencies_parsed_at":"2023-03-10T14:00:54.422Z","dependency_job_id":null,"html_url":"https://github.com/deatil/short-url","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deatil/short-url","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fshort-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fshort-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fshort-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fshort-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deatil","download_url":"https://codeload.github.com/deatil/short-url/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fshort-url/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261835838,"owners_count":23217108,"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":["api","bootstrap","php","short-url","short-url-system","short-urls","webman"],"created_at":"2024-10-11T11:28:38.286Z","updated_at":"2025-06-25T08:33:42.273Z","avatar_url":"https://github.com/deatil.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# short-url 短链接服务系统\n\nlshort-url 是一套基于 webman 框架的通用短链接服务系统\n\n\n## 项目介绍\n\n*  `lshort-url` 是基于 `webman` 框架的通用短链接服务系统\n*  使用 `bootstrap` 前端框架搭建的用户界面\n\n\n## 环境要求\n\n - PHP \u003e= 8.0.2\n - Fileinfo PHP Extension\n\n\n## 截图预览\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"login\" src=\"https://user-images.githubusercontent.com/24578855/202230701-ab003991-ea1a-4018-8258-7f7cd293dab5.png\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"登录\" src=\"https://user-images.githubusercontent.com/24578855/202233111-2f4111b0-def4-4aa0-9f28-e57974c310b7.png\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"添加链接\" src=\"https://user-images.githubusercontent.com/24578855/202233176-7d001891-be0d-4a6b-b80f-d25c0d765ebc.png\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"链接记录\" src=\"https://user-images.githubusercontent.com/24578855/202233399-a5b6c961-f26a-4603-b71c-a634b5588643.png\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n更多截图 \n[Short-url 后台截图](https://github.com/deatil/short-url/issues/1)\n\n\n## 安装步骤\n\n1. 首先 `clone` 系统到本地\n\n```git\ngit clone https://github.com/deatil/short-url.git\n```\n\n2. 导入数据库文件 `/doc/short_url.sql` 到数据库， 并配置数据库连接信息 `/config/database.php`\n\n3. 更新依赖\n\n```php\ncomposer update\n```\n\n4. 测试开发\n\n```php\nphp windows.php\n```\n\n或者\n\n```php\nphp start.php\n```\n\n5. 登录地址: `http://127.0.0.1:8787/account/login`, 后台登录账号及密码：`admin` / `123456`\n\n\n## 特别鸣谢\n\n感谢以下的项目,排名不分先后\n\n - workerman/webman\n\n - vlucas/phpdotenv\n\n - illuminate/database\n\n\n## 开源协议\n\n*  `short-url` 遵循 `Apache2` 开源协议发布，在保留本系统版权的情况下提供个人及商业免费使用。 \n\n\n## 版权\n\n*  该系统所属版权归 deatil(https://github.com/deatil) 所有。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeatil%2Fshort-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeatil%2Fshort-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeatil%2Fshort-url/lists"}