PHPackages                             ebess/laravel-ftp-deployment - 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. ebess/laravel-ftp-deployment

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

ebess/laravel-ftp-deployment
============================

0.0.1(10y ago)4182PHP

Since Nov 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ebess/laravel-ftp-deployment)[ Packagist](https://packagist.org/packages/ebess/laravel-ftp-deployment)[ RSS](/packages/ebess-laravel-ftp-deployment/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel 5 - FTP Deployment with WebHook
=======================================

[](#laravel-5---ftp-deployment-with-webhook)

### Installation

[](#installation)

```
composer require ebess/laravel-ftp-deployment
php artisan vendor:publish
```

### Setup

[](#setup)

Create a filesystem disk to deploy to in **config/filesystem.php**

```
    'disks' => [
      // ...
      'deployment' => [
        'driver'    => 'ftp',
        'host'      => 'ftp.server.org',
        'port'      => 21,
        'username'  => 'ftp-user',
        'password'  => 'ftp-password',
        'passive'   => true,
        'root'      => '/'
      ],
      // ...
    ]
```

Adjust which files should be deployed and hooks in **config/ftp-deployment.php**

### Deploy to server

[](#deploy-to-server)

```
php artisan deploy:server
```

Use refresh to refresh the database migrations and run the seeders. If flag not set, only migration will be run.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3843d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41d713247fbf2192449cf73deb224fd5b4141099e327cdb274339e65e5327ed9?d=identicon)[ebess](/maintainers/ebess)

---

Top Contributors

[![ebess](https://avatars.githubusercontent.com/u/5565003?v=4)](https://github.com/ebess "ebess (8 commits)")

### Embed Badge

![Health badge](/badges/ebess-laravel-ftp-deployment/health.svg)

```
[![Health](https://phpackages.com/badges/ebess-laravel-ftp-deployment/health.svg)](https://phpackages.com/packages/ebess-laravel-ftp-deployment)
```

###  Alternatives

[hammerstone/sidecar

A Laravel package to deploy Lambda functions alongside your main application.

8832.7M11](/packages/hammerstone-sidecar)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)

PHPackages © 2026

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