ppi / skeleton-app
PPI 框架骨架应用程序 - 基于 PPI 框架的预构建应用程序。包含许多额外功能
2.1.2
2016-02-16 22:43 UTC
Requires
- ppi/distribution-module: dev-master
- ppi/framework: ^2.1
Requires (Dev)
- phpunit/phpunit: ^4.8
- dev-master
- 2.1.2
- 2.1.1
- 2.1.0-alpha4
- 2.1.0-alpha3
- 2.1.0-alpha
- dev-feature/chain-router-caching
- dev-feature/symfony-bundle-injection
- dev-feature/optional-module-create-questions
- dev-support/2.1
- dev-feature/plates-and-latte-templating
- dev-feature/laravel-router
- dev-feature/merge-develop-back-to-master
- dev-fix/landing-page-cleanup
- dev-restyling
- dev-feature/modern-landing-page
- dev-fix/zend-version-upgrade
- dev-fix/composer-module-name
- dev-feature/37-aura-router-implementation
- dev-feature/frontend-modernisation
- dev-feature/ansible-playbooks
- dev-feature/cache
- dev-feature/http-kernel
- dev-feature/advanced-module-services
- dev-legacy/2.0
- dev-support/2.0
- dev-feature/composer-deps
- dev-feature/config-2.x
This package is not auto-updated.
Last update: 2024-09-14 13:12:51 UTC
README
什么是 PPI?
PPI 是一个框架交付引擎。利用微服务概念,它允许你根据功能选择需要使用的框架部分。因此,每个功能都独立做出决策,让你能够从最佳 PHP 框架中选择最佳工具。
贡献
PPI 是一个开源、社区驱动的项目。如果你想贡献,请查看我们的问题列表。你可以在 IRC、Google Plus 或 Twitter 上找到我们 ([@ppi_framework][@twitter])。
如果你正在提交一个 pull 请求,请在你自己的分支上操作 [GitHub][@gitweb]。
首先,从 PPI Skeletonapp 仓库进行分支并本地克隆你的分支
$ 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
完成你的工作后,重新基础分支并推送
$ 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
再次访问 GitHub,并在 ppi/framework 仓库上创建 pull 请求。感谢你让 PPI 更好!