{"id":13791904,"url":"https://github.com/phpdish/phpdish","last_synced_at":"2026-01-26T12:24:49.331Z","repository":{"id":57040305,"uuid":"108516469","full_name":"phpdish/phpdish","owner":"phpdish","description":":house: PHPDish is a powerful forum system written in PHP. It is based on the Symfony PHP Framework.","archived":false,"fork":false,"pushed_at":"2020-02-18T19:06:23.000Z","size":36751,"stargazers_count":231,"open_issues_count":12,"forks_count":30,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-05-19T01:54:08.453Z","etag":null,"topics":["community","forum","mysql","phpdish","symfony","symfony-application","twig"],"latest_commit_sha":null,"homepage":"https://www.phpdish.com","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/phpdish.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-10-27T07:53:35.000Z","updated_at":"2024-03-24T01:53:00.000Z","dependencies_parsed_at":"2022-08-23T23:30:17.739Z","dependency_job_id":null,"html_url":"https://github.com/phpdish/phpdish","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdish%2Fphpdish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdish%2Fphpdish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdish%2Fphpdish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdish%2Fphpdish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpdish","download_url":"https://codeload.github.com/phpdish/phpdish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213860523,"owners_count":15648787,"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":["community","forum","mysql","phpdish","symfony","symfony-application","twig"],"created_at":"2024-08-03T22:01:05.641Z","updated_at":"2026-01-26T12:24:44.311Z","avatar_url":"https://github.com/phpdish.png","language":"PHP","funding_links":["https://www.paypal.me/slince"],"categories":["成品软件"],"sub_categories":["社区"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.phpdish.com/\"\u003e\n    \u003cimg alt=\"PHPDish\" width=\"400\" src=\"https://raw.githubusercontent.com/slince/phpdish/master/assets/img/logo2.png\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nPHPDish 是一个基于Symfony框架开发的内容社区系统；得益于大量的前端以及后端的第三方类库的使用使得PHPDish有着高质量的代码，敏捷实现；\n你可以使用composer或者直接下载本仓库进行程序的安装，注意切换到tag。\n\n[PHPDish 开发手册以及详细安装文档](https://www.phpdish.com/books/docs)\n\n## Requirements:\n\n- PHP 7.2.0+\n- MYSQL 5.6.0+\n\n## Features\n\n- 社区话题/回复\n- 专栏文章/评论\n- Notification通知\n- Markdown编辑器\n- Github风格Emoji表情支持\n- 在回复中@他人\n- 个人主页\n- 电子书编辑/阅读\n- 专栏/电子书付费订阅\n- 钱包管理\n\n关于部分功能的使用以及实现请关注”[PHPDish开发手记](https://www.phpdish.com/categories/phpdish-development-notes)“专栏，我会在该专栏内记录一些开发经历与使用方法；\n\nPHPDish功能仍在继续实现中，陆续会有新的功能发布出来，欢迎关注，欢迎贡献代码。如果你有好的建议或者问题需要反馈,\n可以在[Issue](https://github.com/slince/phpdish/issues) 发布新贴；或者到PHPDish社区 [http://www.phpdish.com](http://www.phpdish.com) \n发布新的话题。如果没有及时回复你可以在PHPDish私信我[@slince](http://www.phpdish.com/users/slince)；\n\n## 文档\n\n安装文档查看这里 [/app/Resources/doc/install.md](./app/Resources/doc/install.md)\n\n## 开源库\n\n项目中使用的第三方库比较多不能一一列举，这里提一些比较核心功能使用到的库\n\n- 后端\n\n| 名称 | 说明 |\n| --- | --- |\n| [friendsofsymfony/user-bundle](https://github.com/FriendsOfSymfony/FOSUserBundle) | 用户管理基础组件 |\n| [friendsofsymfony/message-bundle](https://github.com/FriendsOfSymfony/FOSMessageBundle) | 站内信实现的基础组件 |\n| [knplabs/knp-markdown-bundle](https://github.com/KnpLabs/KnpMarkdownBundle) | Markdown 解析组件 |\n| [knplabs/knp-gaufrette-bundle](https://github.com/KnpLabs/KnpGaufretteBundle) | 文件系统管理组件 |\n| [knplabs/knp-menu-bundle](https://github.com/KnpLabs/KnpMenuBundle) | 菜单栏生成组件 |\n| [hwi/oauth-bundle](https://github.com/hwi/HWIOAuthBundle) | OAuth登录 |\n| [emojione/emojione](https://github.com/emojione/emojione) | Emoji 表情解析的后端组件 |\n| [lincanbin/material-design-avatars](https://github.com/lincanbin/Material-Design-Avatars) | 字符头像生成库 |\n\n- 前端\n\n| 名称 | 说明 |\n| --- | --- |\n| [jquery-pjax](https://github.com/defunkt/jquery-pjax) | PJax |\n| [marked](https://github.com/chjj/marked) | Markdown 解析组件，前端用 |\n| [plupload](https://github.com/moxiecode/plupload) | 文件上传 |\n| [twemoji](https://github.com/twitter/twemoji) | Emoji 解析 |\n| [textcomplete](https://github.com/yuku-t/textcomplete) | 文本域内自动完成，@用户和emoji提示由此组件实现 |\n| [store](https://github.com/marcuswestin/store.js) | 数据存储组件，可将数据写入到多个媒介 |\n| [highlight.js](https://github.com/isagalaev/highlight.js) | 正文内代码高亮 |\n| [inline-attachment](https://github.com/Rovak/InlineAttachment) | 粘贴板复制粘贴上传以及文件拖拽上传 |\n| [codemirror](https://github.com/codemirror/CodeMirror) | 前端编辑器 |\n| [simplemde](https://github.com/sparksuite/simplemde-markdown-editor) | Markdown编辑器 |\n\n## 赞助 Donate\n\n开源项目的发展离不开大家的支持，如果项目对你有所帮助你可以赞助我帮助我把 PHPDish 做的更好。\n\n- 微信/支付宝\n\n\u003cimg src=\"https://raw.githubusercontent.com/slince/phpdish/master/app/Resources/assets/alipay.png\" height=\"350\"/\u003e\u003cimg src=\"https://raw.githubusercontent.com/slince/phpdish/master/app/Resources/assets/wechat-pay.png\" height=\"350\"/\u003e\n\n- PayPal\n\n[https://www.paypal.me/slince](https://www.paypal.me/slince)\n\n捐赠时请留下您的 GitHub 或者个人主页等相关的个人信息 :heart:。\n\n### Donate 列表\n\n| 赞助者 | 赞助金额 (￥)|\n| --- | --- |\n| [Intern](https://www.xde.io) | 50 |\n| 阳阳 | 10 |\n| [アクア様が見てる@沟槽](https://www.phpdish.com/users/gouchaoer) | 200 + 200 |\n| 未知用户 | 3 |\n\n## 联系我\n\n- 邮箱：taosikai@yeah.net\n- Github： https://github.com/slince\n- Gitee： https://gitee.com/slince\n- 微信：\n\n\u003cimg src=\"https://raw.githubusercontent.com/slince/phpdish/master/app/Resources/assets/wechat.jpg\" width=\"200\"/\u003e\n\n\n## CHANGELOG\n\n更新日志 [CHANGELOG](./CHANGELOG.md)\n\n## License\n\nPHPDish 采用 [MIT](https://opensource.org/licenses/MIT) 开源许可证，你可以在商业项目中免费使用 PHPDish 或者基于 PHPDish 二次\n开发而不必支付费用。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdish%2Fphpdish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpdish%2Fphpdish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdish%2Fphpdish/lists"}