ppi/skeleton-app
Composer 安装命令:
composer require ppi/skeleton-app
包简介
The PPI Skeleton Application - A pre-built application around the PPI Framework. Lots of extra goodies
关键字:
README 文档
README
What is PPI ?
PPI is a framework delivery engine. Using the concept of microservices, it lets you choose which parts of frameworks you wish to use on a per-feature basis. As such each feature makes its own independent decisions, allowing you to pick the best tools from the best PHP frameworks.
Contributing
PPI is an open source, community-driven project. If you'd like to contribute, check out our issues list. You can find us on IRC, Google Plus or Twitter ([@ppi_framework][@twitter]).
If you're submitting a pull request, please do so on your own branch on [GitHub][@gitweb].
Start by forking the PPI Skeletonapp repository and cloning your fork locally:
$ git clone git@github.com:YOUR_USERNAME/skeletonapp.git
$ git remote add upstream git://github.com/ppi/skeletonapp.git
$ git checkout -b feature/BRANCH_NAME master
After your work is finished rebase the feature branch and push it:
$ git checkout master
$ git fetch upstream
$ git merge upstream/master
$ git checkout feature/BRANCH_NAME
$ git rebase master
$ git push --force origin feature/BRANCH_NAME
Go to GitHub again and make a pull request on the ppi/framework repository. Thank you for making PPI better!
统计信息
- 总下载量: 91
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 54
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-08-15