PHPackages                             alveum/laravel-sftp - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. alveum/laravel-sftp

AbandonedArchivedLibrary[File &amp; Storage](/categories/file-storage)

alveum/laravel-sftp
===================

Integrate SFTP into Laravel's filesystem.

v0.4(5y ago)624.5k↓100%3Apache-2.0PHP

Since Feb 8Pushed 5y ago3 watchersCompare

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

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

laravel-sftp
============

[](#laravel-sftp)

Integrate SFTP into Laravel's filesystem.

Usage
-----

[](#usage)

- Add `Alveum\SFTP\SFTPServiceProvider::class,` to your providers array in `app.php`
- Add the following configuration to your storage config file:

```
'sftp' => [
    'driver' => 'sftp',
    'host' => env('SFTP_HOST'),
    'port' => env('SFTP_PORT', 22),
    'username' => env('SFTP_USERNAME'),
    'password' => env('SFTP_PASSWORD'),
    'private_key' => env('SFTP_PRIVATE_KEY'),
    'root' => env('SFTP_ROOT', '/'),
    'timeout' => 10,
],

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~283 days

Recently: every ~354 days

Total

6

Last Release

1960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/007359fffa7a8dee8d82439aac250dc2149b39dcac35eff9ae03369c844372fb?d=identicon)[Alveum](/maintainers/Alveum)

---

Top Contributors

[![janyksteenbeek](https://avatars.githubusercontent.com/u/3578636?v=4)](https://github.com/janyksteenbeek "janyksteenbeek (7 commits)")[![lukepolo](https://avatars.githubusercontent.com/u/2066668?v=4)](https://github.com/lukepolo "lukepolo (1 commits)")

---

Tags

laravellaravel-6laravel-filesystemlaravel-sftpphpsftp

### Embed Badge

![Health badge](/badges/alveum-laravel-sftp/health.svg)

```
[![Health](https://phpackages.com/badges/alveum-laravel-sftp/health.svg)](https://phpackages.com/packages/alveum-laravel-sftp)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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