webcreate/conveyor
Composer 安装命令:
composer require webcreate/conveyor
包简介
Build and deploy tool for PHP
README 文档
README
Conveyor is a build and deploy tool written in PHP for PHP projects.
Full documentation is available at http://conveyordeploy.com
Installation / Usage
- Download the
conveyor.pharexecutable. - Create a conveyor.yml by running:
php conveyor.phar init - Read the docs on how to configure Conveyor for your project
Installation from source
To run tests, or to contribute to Conveyor, you must use the sources and not the phar file as described above.
- Run
git clone https://github.com/webcreate/conveyor.git - Run Composer to get the dependencies:
cd conveyor && php composer.phar install
You can now run Conveyor by executing the bin/conveyor script: php bin/conveyor
Contributing
All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony.
Licensing
Conveyor is released under the terms of the MIT License.
Acknowledgments
统计信息
- 总下载量: 238
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Dual-license
- 更新时间: 2014-11-05