PHPackages                             samsonphp/deploy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. samsonphp/deploy

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

samsonphp/deploy
================

SamsonPHP deployment system

1.0.0(11y ago)13.9k3[3 issues](https://github.com/SamsonPHP/deploy/issues)2Open Software License (OSL) v 3.0PHP

Since Feb 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/SamsonPHP/deploy)[ Packagist](https://packagist.org/packages/samsonphp/deploy)[ Docs](http://samsonos.com/)[ RSS](/packages/samsonphp-deploy/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (2)

SamsonPHP deployment system
===========================

[](#samsonphp-deployment-system)

[![Latest Stable Version](https://camo.githubusercontent.com/f825ac6267d71008955b509a39a07cfbc9cc531bc091cc8a5acea3c1f65aded0/68747470733a2f2f706f7365722e707567782e6f72672f73616d736f6e7068702f6465706c6f792f762f737461626c652e737667)](https://packagist.org/packages/samsonphp/deploy)[![Build Status](https://camo.githubusercontent.com/a03f7d556746f6f5c649783a5672516aabcf11c7a85287023880e899af0006d7/68747470733a2f2f7472617669732d63692e6f72672f53616d736f6e5048502f6465706c6f792e737667)](https://travis-ci.org/SamsonPHP/deploy)[![Code Coverage](https://camo.githubusercontent.com/d796e3ad6460bd53aab794dd29354145ea9368ae17c920251529079c69c8cb15/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616d736f6e7068702f6465706c6f792f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/samsonphp/deploy/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/17c71c4c2cb40f70476e9ff50c4c09cdfa5106c3bf2e8edce8b581fd9bd1579d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616d736f6e7068702f6465706c6f792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/samsonphp/deploy/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/570d0d2a5ad01fedddaee365137449bbc35fcb5f7eada20d83d215e7424cc89d/68747470733a2f2f706f7365722e707567782e6f72672f73616d736f6e7068702f6465706c6f792f646f776e6c6f6164732e737667)](https://packagist.org/packages/samsonphp/deploy)[![Stories in Ready](https://camo.githubusercontent.com/c4342747c42c3e02867ca01041aba94c49bde90f50adcc8672ef09770f216c43/68747470733a2f2f62616467652e776166666c652e696f2f73616d736f6e7068702f6465706c6f792e706e673f6c6162656c3d7265616479267469746c653d5265616479)](https://waffle.io/samsonphp/deploy)

SamsonPHP service for automatic project deployment to specific configured environment

\##Configuration

This is done using [SamsonPHP configuration system](https://github.com/samsonphp/config)

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= '';
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4167d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10514779?v=4)[SamsonPHP](/maintainers/samsonphp)[@SamsonPHP](https://github.com/SamsonPHP)

---

Top Contributors

[![vitalyiegorov](https://avatars.githubusercontent.com/u/586558?v=4)](https://github.com/vitalyiegorov "vitalyiegorov (66 commits)")[![AlexSt2501](https://avatars.githubusercontent.com/u/3685275?v=4)](https://github.com/AlexSt2501 "AlexSt2501 (1 commits)")[![nik-os](https://avatars.githubusercontent.com/u/7326967?v=4)](https://github.com/nik-os "nik-os (1 commits)")

---

Tags

automationdeploymentsamsonphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/samsonphp-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/samsonphp-deploy/health.svg)](https://phpackages.com/packages/samsonphp-deploy)
```

###  Alternatives

[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6552.1M19](/packages/timokoerber-laravel-one-time-operations)[andres-montanez/magallanes

The Deployment Tool for PHP Applications

6931.1M6](/packages/andres-montanez-magallanes)[dg/ftp-deployment

A tool for automated deployment of web applications to an FTP server.

624853.2k8](/packages/dg-ftp-deployment)[easycorp/easy-deploy-bundle

The easiest way to deploy Symfony applications

469313.4k](/packages/easycorp-easy-deploy-bundle)[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201444.0k](/packages/jalogut-magento2-deployer-plus)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
