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

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

luciano-jr/deployer
===================

Deployment Tool

06PHP

Since Apr 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/luciano-jr/test-git-composer)[ Packagist](https://packagist.org/packages/luciano-jr/deployer)[ RSS](/packages/luciano-jr-deployer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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.

Deployer 3.0 almost ready...
============================

[](#deployer-30-almost-ready)

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

[](#requirements)

- PHP 5.4.0 and up.

That's all!

You can install [ssh2 extension](http://php.net/manual/en/book.ssh2.php) to speedup deployment process and enable [sockets](http://php.net/manual/en/book.sockets.php) for 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.

```
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).

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-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/146656441?v=4)[Luciano Jr](/maintainers/luciano-jr)[@Luciano-Jr](https://github.com/Luciano-Jr)

---

Top Contributors

[![iamlucianojr](https://avatars.githubusercontent.com/u/3333167?v=4)](https://github.com/iamlucianojr "iamlucianojr (2 commits)")

### Embed Badge

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

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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