基于 Laravel 5.1 的 PHPHub Server 端
PHP
JavaScript
CSS
ApacheConf
Permalink
|
Failed to load latest commit information. |
|
app
|
improve routes and api throttle
|
|
|
bootstrap
|
rename application to PHPHub
|
|
|
config
|
cast token ttl config values to int.
|
|
|
database
|
refactor seeders.
|
|
|
docs
|
update api doc
|
|
|
public
|
ingore compiled js.
|
|
|
resources
|
improve replies list page's style.
|
|
|
storage
|
Initial Project
|
|
|
tests
|
CS.
|
|
|
.env.example
|
improve routes and api throttle
|
|
|
.gitattributes
|
Initial Project
|
|
|
.gitignore
|
ingore compiled js.
|
|
|
.php_cs
|
CS.
|
|
|
Dockerfile
|
add dockerfile
|
|
|
artisan
|
Initial Project
|
|
|
composer.json
|
add purifier
|
|
|
composer.lock
|
add purifier
|
|
|
gulpfile.js
|
emoji support.
|
|
|
package.json
|
Initial Project
|
|
|
phpspec.yml
|
rename application to PHPHub
|
|
|
phpunit.xml
|
Initial Project
|
|
|
readme.md
|
Update readme.md
|
|
|
server.php
|
CS.
|
|
介绍
本项目是使用 Laravel 5.1 重写的 PHPHub,遵循 Symfony 代码规范。基于 MIT 协议开放源码。
遇到问题或有好的建议? 欢迎 star 和提交 pr 或提交一个 issue ❤
目前仅完成了 API 接口,WEB 版尚未在开发中。
环境依赖
推荐使用 Homestead 环境作为开发测试环境,使用文档见 Homestead Documentation
安装文档
Homestead - 待补充
Docker - 待补充
API 文档
待补充
基于本项目 API 开发的项目
PHPHub iOS 客户端 - by @Aufree
PHPHub Android 客户端 - by @CycloneAxe, @xiaoxiaoyu, @NauxLiu