sergiusd / magallanes
The Deployment Tool for PHP Applications
Requires
- php: >=5.5.9
- monolog/monolog: ^1.0
- symfony/console: ^3.0
- symfony/event-dispatcher: ^3.0
- symfony/filesystem: ^3.0
- symfony/finder: ^3.0
- symfony/process: ^3.0
- symfony/yaml: ^3.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
- satooshi/php-coveralls: ~1.0
README
What's Magallanes?
Magallanes is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://magephp.com
Installing
Simply add the following dependency to your project’s composer.json file:
"require": { "sergiusd/magallanes": "^3.0" }
Finally you can use Magallanes from the vendor's bin:
$ vendor/bin/mage version
Extra tasks
fs/shared: { link: app/config/parameters.yml [, target: app/config/parameters.yml] }
What happend to version 2?
There is no version 2. I've skipped it and jumpped stright from v1 to v3. This new version of Magallanes is quite radical and different from it's successor. The whole application has been rewritten using Symfony3 Components, so naming it v3 makes a lot of sense.
Codename Nostromo
Each new mayor version of Magallanes will have a codename (like Ubuntu), and in the current version it is Nostromo, like the spaceship from the movie Alien (1979).