2017 © Pedro Peláez
 

library flysystem-sftp

Flysystem adapter for SFTP

image

league/flysystem-sftp

Flysystem adapter for SFTP

  • Sunday, July 8, 2018
  • by frankdejonge
  • Repository
  • 14 Watchers
  • 117 Stars
  • 2,259,635 Installations
  • PHP
  • 65 Dependents
  • 30 Suggesters
  • 51 Forks
  • 8 Open issues
  • 18 Versions
  • 10 % Grown

The README.md

Flysystem Adapter for SFTP

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads Documentation, (*1)

This adapter uses phpseclib to provide a SFTP adapter for Flysystem., (*2)

Installation

composer require league/flysystem-sftp

Documentation

Full documentation of this adapter can be found here: https://flysystem.thephpleague.com/adapter/sftp/, (*3)

Usage

use League\Flysystem\Sftp\SftpAdapter;
use League\Flysystem\Filesystem;

$adapter = new SftpAdapter([
    'host' => 'example.com',
    'port' => 22,
    'username' => 'username',
    'password' => 'password',
    'privateKey' => 'path/to/or/contents/of/privatekey',
    'passphrase' => 'passphrase-for-privateKey',
    'root' => '/path/to/root',
    'timeout' => 10,
    'directoryPerm' => 0755
]);

$filesystem = new Filesystem($adapter);

The Versions

08/07 2018

dev-master

9999999-dev

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

08/07 2018

1.0.16

1.0.16.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

16/11 2017

1.0.15

1.0.15.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

11/07 2017

1.0.14

1.0.14.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

08/12 2016

1.0.13

1.0.13.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

18/10 2016

1.0.12

1.0.12.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

17/10 2016

1.0.11

1.0.11.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

11/07 2016

1.0.10

1.0.10.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

19/02 2016

1.0.9

1.0.9.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

08/12 2015

1.0.8

1.0.8.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

25/10 2015

1.0.7

1.0.7.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

20/09 2015

1.0.6

1.0.6.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

26/05 2015

1.0.5

1.0.5.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

16/04 2015

1.0.4

1.0.4.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

10/03 2015

1.0.3

1.0.3.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

23/02 2015

1.0.2

1.0.2.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

01/02 2015

1.0.1

1.0.1.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/01 2015

1.0.0

1.0.0.0

Flysystem adapter for SFTP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge