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

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

neoxia/laravel-sftp
===================

SFTP filesystem service provider for Laravel

v1.0.2(8y ago)36258.7k↓17.6%7MITPHPPHP &gt;=5.5.9

Since Jun 9Pushed 7y ago15 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

⚠️ The SFTP service provider is present natively in Laravel since [v5.6.7](https://github.com/laravel/framework/releases/tag/v5.6.7). You should avoid using this package if you are in a version of Laravel higher than this one.

[![Latest Stable Version](https://camo.githubusercontent.com/be3919782943bc40961f0c5604fa356501c1480fedf57e0900578e5b4827c398/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e656f7869612f6c61726176656c2d736674702e737667)](https://packagist.org/packages/neoxia/laravel-sftp)

Laravel SFTP
------------

[](#laravel-sftp)

This package provide a service provider to add the "sftp" driver to Laravel Storage.

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

[](#installation)

Require this package with composer using the following command:

```
composer require neoxia/laravel-sftp

```

As of Laravel 5.5, this package will be automatically discovered and registered. For older version of Laravel, add the service provider in `config/app.php`.

```
Neoxia\Filesystem\SftpServiceProvider::class,
```

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

[](#configuration)

To configure a new Laravel storage disk on SFTP, provide a configuration like this one in `config/filesystems.php`

```
'disks' => [

    'sftp' => [
        'driver'     => 'sftp',
        'host'       => env('SFTP_HOST', ''),
        'port'       => env('SFTP_PORT', '21'),
        'username'   => env('SFTP_USERNAME', ''),
        'password'   => env('SFTP_PASSWORD', ''),
        'privateKey' => env('SFTP_PRIVATE_KEY_PATH', ''),
        'root'       => env('SFTP_ROOT', ''),
        'timeout'    => env('SFTP_TIMEOUT', '10'),
    ],

],
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~129 days

Total

3

Last Release

3006d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3023617?v=4)[Thomas Ruiz](/maintainers/thomasruiz)[@thomasruiz](https://github.com/thomasruiz)

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

---

Top Contributors

[![alexandre-butynski](https://avatars.githubusercontent.com/u/671662?v=4)](https://github.com/alexandre-butynski "alexandre-butynski (6 commits)")[![hglattergotz](https://avatars.githubusercontent.com/u/506901?v=4)](https://github.com/hglattergotz "hglattergotz (1 commits)")[![steve-rhodes](https://avatars.githubusercontent.com/u/10718044?v=4)](https://github.com/steve-rhodes "steve-rhodes (1 commits)")[![thomasruiz](https://avatars.githubusercontent.com/u/3023617?v=4)](https://github.com/thomasruiz "thomasruiz (1 commits)")

---

Tags

flysystemlaravelphpsftp

### Embed Badge

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

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

###  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)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

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

A sleek PHP wrapper around rclone with Laravel-style fluent API syntax

174.1k](/packages/innoge-laravel-rclone)

PHPackages © 2026

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