PHPackages                             ragingdave/flysystem-sftp-laravel - 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. ragingdave/flysystem-sftp-laravel

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

ragingdave/flysystem-sftp-laravel
=================================

Integrates Flysystem SFTP with Laravel Storage.

1.0.0(8y ago)217.4k↓50%2MITPHP

Since Oct 9Pushed 7y ago1 watchersCompare

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

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

Laravel Flysystem SFTP
----------------------

[](#laravel-flysystem-sftp)

This package provides a service provider to add the sftp flysystem-driver to Laravel Storage mechanisms.

NOTE
----

[](#note)

This package is no longer needed in Laravel Version 5.6 and up. See the Laravel Docs for details.

Installation
------------

[](#installation)

In order to install this package, simply require the package

```
composer require ragingdave/flysystem-sftp-laravel

```

### Laravel version &lt; 5.5

[](#laravel-version--55)

Add the service provider to `config/app.php`:

```
RagingDave\Filesystem\Sftp\SftpServiceProvider::class,
```

Configuration
-------------

[](#configuration)

To configure an sftp connection, add a new configuration to `config/filesystems.php`:

```
'disks' => [
    'sftp' => [
        'driver' => 'sftp',
        'host' => env('SFTP_HOST'),
        'port' => env('SFTP_PORT', 22),
        'username' => env('SFTP_USERNAME'),
        'password' => env('SFTP_PASSWORD'),
        'privateKey' => storage_path('keys') . '/sftp_key', // This can also be the full private key contents
        'root' => env('SFTP_ROOT'),
        'timeout' => env('SFTP_TIMEOUT', 10),
    ],
],
```

Additional options that `thephpleague/flysystem-sftp` supports can be passed as all options are passed-through to the adapter.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

3143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2431661633d5498cab078341a80894cf64e8bdb95f0fb77f4d50b5ab0d2fd7ac?d=identicon)[DaveMC08](/maintainers/DaveMC08)

---

Top Contributors

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

---

Tags

flysystemflysystem-adapterlaravelsftp

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[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)[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)[neoxia/laravel-sftp

SFTP filesystem service provider for Laravel

36258.7k](/packages/neoxia-laravel-sftp)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)

PHPackages © 2026

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