2017 © Pedro Peláez
 

library flysystem-sftp

Flysystem adapter for SFTP

image

thomasgenster/flysystem-sftp

Flysystem adapter for SFTP

  • Friday, November 4, 2016
  • by thomasgenster
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,903 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 51 Forks
  • 0 Open issues
  • 14 Versions
  • 7 % Grown

The README.md

Flysystem Adapter for SFTP

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

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

Installation

composer require league/flysystem-sftp

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',
    'root' => '/path/to/root',
    'timeout' => 10,
    'agent' => true,
    'directoryPerm' => 0755
]);

$filesystem = new Filesystem($adapter);

The Versions

04/11 2016

dev-master

9999999-dev

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