PHPackages                             rebelinblue/deployer - 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. rebelinblue/deployer

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

rebelinblue/deployer
====================

Simple deployment management for PHP projects.

0.0.47(7y ago)911311180[41 issues](https://github.com/REBELinBLUE/deployer/issues)MITPHPPHP &gt;=5.6.4

Since Apr 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/REBELinBLUE/deployer)[ Packagist](https://packagist.org/packages/rebelinblue/deployer)[ Docs](http://phpdeployment.org/)[ RSS](/packages/rebelinblue-deployer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (48)Versions (54)Used By (0)

Deployer
========

[](#deployer)

[![StyleCI](https://camo.githubusercontent.com/539a1658d067dcc484c73d4909ba663413890dced6dcdceb7eecef03887c5180/68747470733a2f2f7374796c6563692e696f2f7265706f732f33333535393134382f736869656c643f7374796c653d666c61742d737175617265266272616e63683d6d6173746572)](https://styleci.io/repos/33559148)[![Build Status](https://camo.githubusercontent.com/25789e1b1692105ed4d833f535c39259f4af2df93b89d007339bb4c3d6a3ab69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f524542454c696e424c55452f6465706c6f7965722f54657374733f6c6162656c3d4275696c64267374796c653d666c61742d737175617265)](https://github.com/REBELinBLUE/deployer/actions?query=master)[![Code Coverage](https://camo.githubusercontent.com/65b4da33e475d35dd089b5aa3315510d8b745a05e981741e4a7a5a35c7984e8c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f524542454c696e424c55452f6465706c6f7965722f6d61737465722e7376673f7374796c653d666c61742d737175617265266c6162656c3d436f766572616765)](https://codecov.io/gh/REBELinBLUE/deployer)[![Software License](https://camo.githubusercontent.com/cd834958e6093e02af13430ebe7ce8c5eba3e5d49b6e33c775b5a0deceede9ce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d4c6963656e7365)](/LICENSE.md)[![Laravel Version](https://camo.githubusercontent.com/ac418b817428e333e143607e52934ba5e35cf482f8ab8fef153026e533731d1a/68747470733a2f2f736869656c642e776974682e736f6369616c2f63632f6769746875622f524542454c696e424c55452f6465706c6f7965722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel/framework)[![Latest Version](https://camo.githubusercontent.com/09659452d3f2b684b333dd00e9b38ba1b06019eed1d7f0e3a9df39eafcd9abd2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f524542454c696e424c55452f6465706c6f7965722e7376673f7374796c653d666c61742d737175617265266c6162656c3d52656c65617365)](https://github.com/REBELinBLUE/deployer/releases)[![StackShare](https://camo.githubusercontent.com/fb1a6303d294ce82b260f43145ba89c5e023e3709d3fccf02cd455b918f993e1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f746563682d737461636b2d3036393066612e7376673f7374796c653d666c61742d737175617265266c6162656c3d54656368)](https://stackshare.io/REBELinBLUE/deployer)[![Gitter](https://camo.githubusercontent.com/8487064e4594d77963b28479d1dfbcff61ae8734f267a239655a59a13f3db47c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636861742d6f6e2532306769747465722d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d43686174)](https://gitter.im/REBELinBLUE/deployer)

Deployer is a PHP Application deployment system powered by [Laravel 5.5](http://laravel.com), written &amp; maintained by [Stephen Ball](https://github.com/REBELinBLUE).

Check out the [releases](https://github.com/REBELinBLUE/deployer/releases), [license](/LICENSE.md), [screenshots](https://github.com/REBELinBLUE/deployer/wiki/Screenshots) and [contribution guidelines](/.github/CONTRIBUTING.md).

See the [wiki](https://github.com/REBELinBLUE/deployer/wiki) for information on [system requirements](https://github.com/REBELinBLUE/deployer/wiki/system-requirements), [installation](https://github.com/REBELinBLUE/deployer/wiki/installation) &amp; [upgrade](https://github.com/REBELinBLUE/deployer/wiki/upgrading) instructions and answers to [common questions](https://github.com/REBELinBLUE/deployer/wiki/common-issues).

What it does
------------

[](#what-it-does)

- Deploys applications to multiple servers accessible via SSH
- Clones your project's git repository
- Installs composer dependencies
- Runs arbitrary bash commands
- Gracefully handles failure in any of these steps
- Keeps a number of previous deployments
- Monitors that cronjobs are running
- Allows deployments to be triggered via a webhook

What it doesn't do
------------------

[](#what-it-doesnt-do)

- Provision VMs
- Install system packages
- Configure the web server, database or other services
- [Run a test suite or check code quality](http://phptesting.org)

License
-------

[](#license)

Deployer is licensed under [The MIT License (MIT)](/LICENSE.md).

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.9% 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

Every ~25 days

Recently: every ~117 days

Total

47

Last Release

2903d ago

PHP version history (2 changes)0.0.25PHP &gt;=5.5.9

0.0.41PHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/a798bd72a19c4065ebbb1425c51bd01b264b1e6f5525be16c7e063dee8ff8017?d=identicon)[REBELinBLUE](/maintainers/REBELinBLUE)

---

Top Contributors

[![REBELinBLUE](https://avatars.githubusercontent.com/u/2143908?v=4)](https://github.com/REBELinBLUE "REBELinBLUE (2500 commits)")[![iflamed](https://avatars.githubusercontent.com/u/1819687?v=4)](https://github.com/iflamed "iflamed (54 commits)")[![axeloz](https://avatars.githubusercontent.com/u/1597611?v=4)](https://github.com/axeloz "axeloz (5 commits)")[![emielmolenaar](https://avatars.githubusercontent.com/u/2470795?v=4)](https://github.com/emielmolenaar "emielmolenaar (3 commits)")[![uLow](https://avatars.githubusercontent.com/u/1608213?v=4)](https://github.com/uLow "uLow (2 commits)")[![dm](https://avatars.githubusercontent.com/u/150041?v=4)](https://github.com/dm "dm (2 commits)")[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (2 commits)")[![aiddroid](https://avatars.githubusercontent.com/u/3241146?v=4)](https://github.com/aiddroid "aiddroid (2 commits)")[![corpsee](https://avatars.githubusercontent.com/u/1416706?v=4)](https://github.com/corpsee "corpsee (1 commits)")[![softinker](https://avatars.githubusercontent.com/u/48315114?v=4)](https://github.com/softinker "softinker (1 commits)")[![knvpk](https://avatars.githubusercontent.com/u/6078669?v=4)](https://github.com/knvpk "knvpk (1 commits)")[![moxx](https://avatars.githubusercontent.com/u/389850?v=4)](https://github.com/moxx "moxx (1 commits)")[![RaymondWilkinson](https://avatars.githubusercontent.com/u/13651854?v=4)](https://github.com/RaymondWilkinson "RaymondWilkinson (1 commits)")[![bbashy](https://avatars.githubusercontent.com/u/1149200?v=4)](https://github.com/bbashy "bbashy (1 commits)")[![denji](https://avatars.githubusercontent.com/u/3759759?v=4)](https://github.com/denji "denji (1 commits)")[![snyk-bot](https://avatars.githubusercontent.com/u/19733683?v=4)](https://github.com/snyk-bot "snyk-bot (1 commits)")[![Danielss89](https://avatars.githubusercontent.com/u/632956?v=4)](https://github.com/Danielss89 "Danielss89 (1 commits)")

---

Tags

deploydeployerdeploymentlaravelphptask-runnertoolchainzero-downtimephpdeploydeploymentdeployer

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/rebelinblue-deployer/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[slimkit/plus

The Plus(ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.

2.2k2.4k](/packages/slimkit-plus)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[easycorp/easy-deploy-bundle

The easiest way to deploy Symfony applications

468310.2k](/packages/easycorp-easy-deploy-bundle)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201415.5k](/packages/jalogut-magento2-deployer-plus)

PHPackages © 2026

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