webcreate/conveyor

This package is abandoned and no longer maintained. No replacement package was suggested.

Build and deploy tool for PHP

dev-master 2016-12-08 12:53 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:20:18 UTC


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