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

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

voodoo-rocks/deployer
=====================

Deployment Tool Fork for Voodoo Rocks

4.1.0(9y ago)010.1kMITPHPPHP &gt;=5.4.0

Since Aug 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/voodoo-rocks/deployer)[ Packagist](https://packagist.org/packages/voodoo-rocks/deployer)[ Docs](http://deployer.org)[ RSS](/packages/voodoo-rocks-deployer/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (9)Versions (43)Used By (0)

Introduction
------------

[](#introduction)

[![Build Status](https://camo.githubusercontent.com/80c8048a25770ab84a78721a389770c3324dc8dc6364c198f39de2b7e64ce520/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6465706c6f797068702f6465706c6f7965722e7376673f7374796c653d666c6174)](https://travis-ci.org/deployphp/deployer)[![Code Quality](https://camo.githubusercontent.com/192b69902ebc876237e325e58a2a3e0938411d33d9dfd44b4853f9cbca2fc8aa/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6465706c6f797068702f6465706c6f7965722e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/deployphp/deployer/)[![Code Climate](https://camo.githubusercontent.com/5de99b4da18b35eb4373f9c63b7010eaa68795bfdfe8306fae54ee92ae2df5c4/687474703a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f6465706c6f797068702f6465706c6f7965722e7376673f7374796c653d666c6174)](https://codeclimate.com/github/deployphp/deployer)[![Code Coverage](https://camo.githubusercontent.com/c55a1e85628f8227e94a653c19550ccf71cd69f715c519fb845d760af56443c0/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6465706c6f797068702f6465706c6f7965722e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/deployphp/deployer/)[![Version](https://camo.githubusercontent.com/0d0435c4b91769933ccd2a3f286eaa913d3ebcc838df70ad37a01f97ba4e7a47/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465706c6f7965722f6465706c6f7965722e7376673f7374796c653d666c6174)](https://packagist.org/packages/deployer/deployer)[![Support via Gittip](https://camo.githubusercontent.com/6559c5e03523048ad377cd8a096a5c243230c2ffa07e876f3fbced29aafc7f0f/687474703a2f2f696d672e736869656c64732e696f2f6769747469702f656c6665742e7376673f7374796c653d666c6174)](https://www.gittip.com/elfet)

[![SensioLabsInsight](https://camo.githubusercontent.com/e9ef00ad0c1f8a1c9cb3e7613ff712e0533e0ecb10357852ddfdf1507faeef9a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36393037323839382d646634612d346465652d616230352d6332616538336436633436392f6269672e706e67)](https://insight.sensiolabs.com/projects/69072898-df4a-4dee-ab05-c2ae83d6c469)

Deployer is a deployment tool written in PHP.

See  for more information and documentation.

[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/deployphp/deployer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Requirements
------------

[](#requirements)

- PHP 5.4.0 and up.

That's all!

You can enable [sockets](http://php.net/manual/en/book.sockets.php) to speedup deployment process with parallel deployment.

Installation
------------

[](#installation)

To install Deployer download [deployer.phar](http://deployer.org/deployer.phar) archive and move deployer.phar to your bin directory and make it executable.

```
$ curl -L http://deployer.org/deployer.phar -o deployer.phar
$ mv deployer.phar /usr/local/bin/dep
$ chmod +x /usr/local/bin/dep
```

To upgrade Deployer run command:

```
$ dep self-update
```

Or via composer:

```
$ composer require deployer/deployer:~3.0
```

Documentation
-------------

[](#documentation)

Documentation source can be found in [deployphp/docs](https://github.com/deployphp/docs) repository.

Building
--------

[](#building)

To build `deployer.phar` run `./build` command.

Discussing
----------

[](#discussing)

Discuss Deployer here [deployer.org/discuss](http://deployer.org/discuss). You can also ask question on [StackOverflow](http://stackoverflow.com/questions/tagged/deployer).

Roadmap
-------

[](#roadmap)

#### 4

[](#4)

- Namespace for functions
- Dependency Injection Configuration
- Event Dispatcher
- Default stage selector
- Faster cloning by borrowing objects from existing clones
- Immutable settings
- Native SSH support

#### 4.1

[](#41)

- Task grouping for parallel execution
- Web-based client

Contributing
------------

[](#contributing)

All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send a pull request.

To ensure a consistent code base, you should make sure the code follows the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).

If you would like to help take a look at the [list of issues](https://github.com/deployphp/deployer/issues).

License
-------

[](#license)

Licensed under the MIT license:

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor7

7 contributors hold 50%+ of commits

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 ~26 days

Recently: every ~61 days

Total

38

Last Release

3360d ago

Major Versions

v2.0.2 → v3.0.0-beta2015-01-28

v2.0.3 → v3.0.0-beta.22015-02-03

v2.0.4 → v3.0.0-beta.32015-02-12

2.x-dev → v3.0.02015-05-13

v3.2.7 → 4.0.02017-04-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/690fe9c695b36c27b53c0cf0f847579f7dc34d438eba2b42fc6f459e27253ef5?d=identicon)[voodoo-rocks](/maintainers/voodoo-rocks)

---

Top Contributors

[![ZeeCoder](https://avatars.githubusercontent.com/u/3679506?v=4)](https://github.com/ZeeCoder "ZeeCoder (13 commits)")[![tomzx](https://avatars.githubusercontent.com/u/188960?v=4)](https://github.com/tomzx "tomzx (8 commits)")[![lucasmichot](https://avatars.githubusercontent.com/u/513603?v=4)](https://github.com/lucasmichot "lucasmichot (8 commits)")[![ZhukV](https://avatars.githubusercontent.com/u/2256109?v=4)](https://github.com/ZhukV "ZhukV (8 commits)")[![muxx](https://avatars.githubusercontent.com/u/461614?v=4)](https://github.com/muxx "muxx (8 commits)")[![KennedyTedesco](https://avatars.githubusercontent.com/u/999232?v=4)](https://github.com/KennedyTedesco "KennedyTedesco (7 commits)")[![sergiocarracedo](https://avatars.githubusercontent.com/u/1263666?v=4)](https://github.com/sergiocarracedo "sergiocarracedo (5 commits)")[![julienj](https://avatars.githubusercontent.com/u/193469?v=4)](https://github.com/julienj "julienj (5 commits)")[![nicodmf](https://avatars.githubusercontent.com/u/173332?v=4)](https://github.com/nicodmf "nicodmf (5 commits)")[![gordalina](https://avatars.githubusercontent.com/u/787913?v=4)](https://github.com/gordalina "gordalina (5 commits)")[![kryshtalev](https://avatars.githubusercontent.com/u/2834921?v=4)](https://github.com/kryshtalev "kryshtalev (5 commits)")[![AlexStansfield](https://avatars.githubusercontent.com/u/4319443?v=4)](https://github.com/AlexStansfield "AlexStansfield (3 commits)")[![dbalabka](https://avatars.githubusercontent.com/u/1269372?v=4)](https://github.com/dbalabka "dbalabka (3 commits)")[![vanquang9387](https://avatars.githubusercontent.com/u/7125810?v=4)](https://github.com/vanquang9387 "vanquang9387 (3 commits)")[![leandrogehlen](https://avatars.githubusercontent.com/u/1750751?v=4)](https://github.com/leandrogehlen "leandrogehlen (2 commits)")[![mabrahamde](https://avatars.githubusercontent.com/u/1302147?v=4)](https://github.com/mabrahamde "mabrahamde (2 commits)")[![oanhnn](https://avatars.githubusercontent.com/u/1757120?v=4)](https://github.com/oanhnn "oanhnn (2 commits)")[![johnny-bit](https://avatars.githubusercontent.com/u/10687765?v=4)](https://github.com/johnny-bit "johnny-bit (2 commits)")[![willem-daems](https://avatars.githubusercontent.com/u/1344616?v=4)](https://github.com/willem-daems "willem-daems (2 commits)")[![davidkudera](https://avatars.githubusercontent.com/u/1174072?v=4)](https://github.com/davidkudera "davidkudera (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)

PHPackages © 2026

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