PHPackages                             lenochware/ftpdeploy - 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. lenochware/ftpdeploy

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

lenochware/ftpdeploy
====================

pclib deploy tool

v1.6.1(10mo ago)13MITPHPPHP &gt;=7.0.0

Since Feb 10Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/lenochware/ftpdeploy)[ Packagist](https://packagist.org/packages/lenochware/ftpdeploy)[ Docs](http://pclib.brambor.net)[ RSS](/packages/lenochware-ftpdeploy/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (1)Versions (3)Used By (0)

Ftp-Deploy
==========

[](#ftp-deploy)

Deploy your project on the production server, using FTP (SFTP, FTPS).

Show differences between development and production server and upload changes with one click.

### Features

[](#features)

- Preview of changes (diff between deployment and production version)
- Choose files to deploy or deploy everything
- Deployment over ftp, sftp, ftps protocols or to local filesystem
- You can include/exclude files for deployment in your project

### Example of configuration file `config/myproject.php`

[](#example-of-configuration-file-configmyprojectphp)

```
return [
	'local' => '/local/path/to/files',
	'remote' => 'ftp://user:password@ftp.host.com/path/to/files',
	'password' => 'your-login',
	'charset' => 'source-code-charset' /* optional */
	'exclude' => [
		'~/.git',     /* ~ is project directory */
		'~/temp',
		'*.bak',
	],
];
```

### Installation

[](#installation)

Install it using composer:

```
composer create-project lenochware/ftpdeploy

```

or download from github

- Create file ftp-deploy/config/your-project.php (see example above)
- Directory ftp-deploy/data must be writeable
- Run ftp-deploy

### Requirements

[](#requirements)

- php 7.0

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance54

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Total

2

Last Release

311d ago

### Community

Maintainers

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

---

Top Contributors

[![lenochware](https://avatars.githubusercontent.com/u/10196214?v=4)](https://github.com/lenochware "lenochware (47 commits)")

---

Tags

tooldeploypclib

### Embed Badge

![Health badge](/badges/lenochware-ftpdeploy/health.svg)

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

###  Alternatives

[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201444.0k](/packages/jalogut-magento2-deployer-plus)[banago/phploy

PHPloy - Incremental Git (S)FTP deployment tool that supports submodules, multiple servers and rollbacks.

1.4k48.0k](/packages/banago-phploy)[easycorp/easy-deploy-bundle

The easiest way to deploy Symfony applications

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

Magento 2 deployment tool based on deployer.org

5224.0k](/packages/rafaelstz-deployer-magento2)[hpatoio/deploy-bundle

Easy deploy via rsync. Porting of Symfony 1 project:deploy command.

3597.5k1](/packages/hpatoio-deploy-bundle)[ngmy/webloyer

Webloyer is a Web UI for managing Deployer deployments

2191.1k](/packages/ngmy-webloyer)

PHPackages © 2026

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