2017 © Pedro Peláez
 

library conveyor

Build and deploy tool for PHP

image

webcreate/conveyor

Build and deploy tool for PHP

  • Thursday, December 8, 2016
  • by fieg
  • Repository
  • 2 Watchers
  • 12 Stars
  • 232 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 8 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Conveyor

Conveyor is a build and deploy tool written in PHP for PHP projects., (*1)

Full documentation is available at http://conveyordeploy.com, (*2)

Build Status Scrutinizer Code Quality Code Coverage, (*3)

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., (*4)

  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, (*5)

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., (*6)

Fork the project, create a feature branch, and send us a pull request., (*7)

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony., (*8)

Licensing

Conveyor is released under the terms of the MIT License., (*9)

Acknowledgments

The Versions