Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NauxLiu/phphub-server
[INACTIVE] 基于 Laravel 5.1 的 PHPHub Server 端
https://github.com/NauxLiu/phphub-server
Last synced: 3 days ago
JSON representation
[INACTIVE] 基于 Laravel 5.1 的 PHPHub Server 端
- Host: GitHub
- URL: https://github.com/NauxLiu/phphub-server
- Owner: nauxliu
- License: mit
- Archived: true
- Created: 2015-09-21T09:01:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T06:33:06.000Z (over 7 years ago)
- Last Synced: 2024-08-02T08:07:49.810Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 4.02 MB
- Stars: 418
- Watchers: 35
- Forks: 130
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 此项目已废弃,最新的代码已迁移至 [summerblue/phphub5](https://github.com/summerblue/phphub5)
---
# 介绍
本项目是使用 Laravel 5.1 重写的 [PHPHub](https://github.com/summerblue/phphub),遵循 [Laravel](https://styleci.readme.io/docs/presets#laravel) 代码规范。遇到问题或有好的建议? 欢迎 star 和提交 pr 或提交一个 [issue](https://github.com/NauxLiu/phphub-server/issues) ❤
目前仅完成了 API 接口,WEB 版尚未在开发中。
### PHPHub 相关项目
以下是 PHPHub 的其他开源项目
* [PHPHub-iOS](https://github.com/Aufree/phphub-ios) by [@Aufree](https://github.com/Aufree)
* [PHPHub-Android](https://github.com/CycloneAxe/phphub-android) by [@Kelvin](https://github.com/CycloneAxe) and [@Xiaoxiaoyu](https://github.com/xiaoxiaoyu)
* [PHPHub-UI](https://github.com/phphub/phphub-ui) by [@Summer](https://github.com/phphub/phphub-ui) and [@Aufree](https://github.com/aufree)
* [PHPHub-Web](https://github.com/summerblue/phphub) by [@Summer](https://github.com/phphub/phphub-ui)### 环境依赖
* PHP 5.5.9 +
* Laravel 5.1推荐使用 Homestead 环境作为开发测试环境,使用文档见 [Homestead Documentation](http://laravel-china.org/docs/5.0/homestead)
### 安装文档
Homestead - 待补充
Docker - 待补充### API 文档
在线阅读: https://nauxliu.gitbooks.io/phphub-api-doc/content/index.html
GitHub: https://github.com/NauxLiu/phphub-api-doc