You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrés Montañez 3a1a1b1ac2 [Nostromo] Improve tests 8 years ago
bin [Nostromo] Add Exception Listener for uncaught exceptions in Command, wrap Bin in exception for early errors. 8 years ago
docs [Nostromo] Docs 8 years ago
src [Nostromo] Refactor Deployment, add Strategies. 8 years ago
tests [Nostromo] Improve tests 8 years ago
.gitignore [Nostromo] Allow to commit composer.lock 8 years ago
.travis.yml [Nostromo] Coveralls and Travis 8 years ago
CHANGELOG.md [Nostromo] Add Changelog 8 years ago
CONTRIBUTING.md [Nostromo] Improve tests and coverage 8 years ago
LICENSE [Nostromo] Initial Commit 8 years ago
README.md [Nostromo] Change badges to shields.io 8 years ago
composer.json Change structure. 8 years ago
composer.lock [Nostromo] Composer tweaks 8 years ago
phpunit.xml.dist Improve phpunit config. 8 years ago

README.md

Magallanes

SensioLabs Insight Build Status Coverage Status Latest Stable Version Pre Release Total Downloads License Website

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://v3.magephp.com

Installing

Simply add the following dependency to your project’s composer.json file:

    "require": {
        "andres-montanez/magallanes": "^3.0"
    }

Finally you can use Magallanes from the vendor's bin:

$ vendor/bin/mage version

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).