webcreate / conveyor
Build and deploy tool for PHP
Requires
- php: >=5.4
- ext-ftp: *
- monolog/monolog: ~1.4
- phpseclib/phpseclib: ~2.0
- symfony/config: ~2.2
- symfony/console: ~2.2
- symfony/dependency-injection: ~2.2
- symfony/event-dispatcher: ~2.2
- symfony/filesystem: ~2.2
- symfony/finder: ~2.2
- symfony/yaml: ~2.2
- webcreate/util: 1.*
- webcreate/vcs: ~1.2
Requires (Dev)
- phpunit/phpunit: ~3.7
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
Installation / Usage
- Download the
conveyor.phar
executable. - 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.