webcreate/conveyor 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status Scrutinizer Code Quality Code Coverage

Installation / Usage

  1. Download the conveyor.phar executable.
  2. Create a conveyor.yml by running: php conveyor.phar init
  3. 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.

  1. Run git clone https://github.com/webcreate/conveyor.git
  2. 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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Dual-license
  • 更新时间: 2014-11-05