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

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

netpromotion/deployer
=====================

Takes repository and uploads non-ignored files to remote server

v1.0.6(8y ago)0349MITPHPPHP &gt;=5.4

Since May 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/netpromotion/deployer)[ Packagist](https://packagist.org/packages/netpromotion/deployer)[ RSS](/packages/netpromotion-deployer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

Deployer
========

[](#deployer)

It takes repository and uploads non-ignored files to remote server

How to use it
-------------

[](#how-to-use-it)

1. Go to your project directory
2. Run `composer require --dev netpromotion/deployer`
3. Create [`deploy.json` file](#deployjson)
4. Configure it similar way as [`dg/ftp-deployment`](https://github.com/dg/ftp-deployment), differences:
    - `log` is object with two optional keys: `config` is path of dump of final configuration, `output` is path of output log
    - `ignore` is array of additional ignored files (overrides `.gitignore`)
5. Private properties (f.e. `remote`) extract into [`deploy.local.json` file](#deploylocaljson)
6. Run `./vendor/bin/deploy`

Examples
--------

[](#examples)

### deploy.json

[](#deployjson)

```
{
  "test": true,
  "log": {
    "config": "/deploy.config.log"
  },
  "ignore": [
    "/tests/",
    "!/vendor/"
  ],
  "before": [
    "local: git tag -f deployed",
    "local: git push -f origin deployed",
    "local: composer install"
  ],
  "after": [
    "http://server.tld/deployed.php"
  ]
}
```

### deploy.local.json

[](#deploylocaljson)

```
{
  "test": false,
  "remote": "ftp://user:password@server.tld/directory"
}
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~39 days

Recently: every ~56 days

Total

7

Last Release

3048d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.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)
