2017 © Pedro Peláez
 

library laravel-sftp

Integrate SFTP into Laravel's filesystem.

image

alveum/laravel-sftp

Integrate SFTP into Laravel's filesystem.

  • Sunday, November 19, 2017
  • by Alveum
  • Repository
  • 3 Watchers
  • 4 Stars
  • 2,511 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

laravel-sftp

Integrate SFTP into Laravel's filesystem., (*1)

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,
],

The Versions

19/11 2017

dev-master

9999999-dev

Integrate SFTP into Laravel's filesystem.

  Sources   Download

Apache License 2.0

The Requires

 

19/11 2017

v0.1.2

0.1.2.0

Integrate SFTP into Laravel's filesystem.

  Sources   Download

Apache License 2.0

The Requires

 

08/02 2017

v0.1.1

0.1.1.0

Integrate SFTP into Laravel's filesystem.

  Sources   Download

Apache License 2.0

The Requires

 

08/02 2017

v0.1

0.1.0.0

Integrate SFTP into Laravel's filesystem.

  Sources   Download

Apache License 2.0

The Requires