PHPackages                             stickee/laravel-sftp-dual-auth - 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. stickee/laravel-sftp-dual-auth

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

stickee/laravel-sftp-dual-auth
==============================

Stickee Laravel SFTP Dual Auth

0.1(6y ago)0760proprietaryPHPPHP ^7.2

Since Oct 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/stickeeuk/laravel-sftp-dual-auth)[ Packagist](https://packagist.org/packages/stickee/laravel-sftp-dual-auth)[ Docs](https://www.stickee.co.uk)[ RSS](/packages/stickee-laravel-sftp-dual-auth/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Stickee Laravel SFTP Dual Auth
==============================

[](#stickee-laravel-sftp-dual-auth)

Provides a dual-authentication filesystem driver for [Laravel](https://laravel.com/). The built-in sftp driver supports key-based login and password-based login, but not both at the same time. This driver provides that capability.

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

[](#installation)

Install with composer:

`composer require stickee/laravel-sftp-dual-auth`

If you don't use auto-discovery, add the SftpDualAuthServiceProvider to the providers array in *config/app.php*

```
Stickee\LaravelSftpDualAuth\SftpDualAuthServiceProvider::class,

```

Usage
-----

[](#usage)

You can noew use *sftp\_dual\_auth* as a disk driver in *config/filesystems.php*

```
 'disks' => [

        'local' => [
            'driver' => 'local',
            'root' => storage_path('app'),
        ],

        'my_dual_auth' => [
            'driver' => 'sftp_dual_auth',
            'host' => env('MY_SFTP_HOST'),
            'username' => env('MY_SFTP_USERNAME'),
            'password' => env('MY_SFTP_PASSWORD'),
            'privateKey' => env('MY_SFTP_PRIVATE_KEY'),
            'root' => env('MY_SFTP_ROOT', ''),
        ],

    ]

```

See the [League Flysystem SFTP documentation](https://flysystem.thephpleague.com/docs/adapter/sftp/) ([GitHub](https://github.com/thephpleague/flysystem-sftp)) for information on the configuration options.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

2401d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48593081?v=4)[Greg Pinnington](/maintainers/stickeegreg)[@stickeegreg](https://github.com/stickeegreg)

---

Top Contributors

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

---

Tags

laravellaravel-frameworkleague-flysystem-wrappersftpsftpstorage

### Embed Badge

![Health badge](/badges/stickee-laravel-sftp-dual-auth/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[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)
