2017 © Pedro Peláez
 

library plum

An object oriented deployer library

image

madalynn/plum

An object oriented deployer library

  • Thursday, August 21, 2014
  • by Aerialls
  • Repository
  • 8 Watchers
  • 88 Stars
  • 7,882 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Plum

Build Status, (*1)

An object oriented deployer library, (*2)

Installation and configuration

Plum does not provide and autoloader but follow the PSR-0 convention., (*3)

$plum = new \Plum\Plum();

// Add global options for all the servers
$plum->setOptions(array(
    'dry_run'     => true,
    'excludeFile' => __DIR__.'/exclude.txt'
));

// Register the rsync deployer
$plum->registerDeployer(new \Plum\Deployer\RsyncDeployer());

// Add your server
$plum->addServer('server_name', new \Plum\Server\Server('host', 'username', '/path/to/my/website'));

// Let's go!
$plum->deploy('bender', 'rsync');

The Versions

21/08 2014

dev-master

9999999-dev http://www.madalynn.eu

An object oriented deployer library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

ssh deploy rsync

21/08 2014

v1.2

1.2.0.0 http://www.madalynn.eu

An object oriented deployer library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

ssh deploy rsync

09/04 2012

v1.1

1.1.0.0 http://www.madalynn.eu

An object oriented deployer library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

ssh deploy rsync

27/12 2011

v1.0

1.0.0.0 http://www.madalynn.eu

An object oriented deployer library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

deploy rsync

26/12 2011

v1.0-RC1

1.0.0.0-RC1 http://www.madalynn.eu

An object oriented deployer library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

deploy rsync