Download the PHP package samsonphp/deploy without Composer
On this page you can find all versions of the php package samsonphp/deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samsonphp/deploy
More information about samsonphp/deploy
Files in samsonphp/deploy
Download samsonphp/deploy
More information about samsonphp/deploy
Files in samsonphp/deploy
Vendor samsonphp
Package deploy
Short Description SamsonPHP deployment system
License Open Software License (OSL) v 3.0
Homepage http://samsonos.com/
Package deploy
Short Description SamsonPHP deployment system
License Open Software License (OSL) v 3.0
Homepage http://samsonos.com/
Please rate this library. Is it a good library?
Informations about the package deploy
SamsonPHP deployment system
SamsonPHP service for automatic project deployment to specific configured environment
Configuration
This is done using SamsonPHP configuration system
All available configuration fields are:
class DeployConfig extends \samson\core\Config
{
/** @var array Collection of path names to be ignored from deployment */
public $ignorePath = array('cms');
/** Path to site document root on local server */
public $sourceroot = '';
/** FTP host */
public $host = '';
/** Path to site document root on remote server */
public $wwwroot = '';
/** FTP username */
public $username= '';
/** FTP password */
public $password= '';
}
All versions of deploy with dependencies
PHP Build Version
Package Version
Requires
samsonos/php_core Version
1.*
The package samsonphp/deploy contains the following files
Loading the files please wait ....