2017 © Pedro Peláez
 

library flysystem-smb

Flysystem adapter for Icewind SMB.

image

robgridley/flysystem-smb

Flysystem adapter for Icewind SMB.

  • Friday, June 23, 2017
  • by robgridley
  • Repository
  • 2 Watchers
  • 5 Stars
  • 3,384 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 2 Forks
  • 3 Open issues
  • 3 Versions
  • 23 % Grown

The README.md

Flysystem Adapter for Icewind SMB

Usage

use Icewind\SMB\BasicAuth;
use Icewind\SMB\ServerFactory;
use League\Flysystem\Filesystem;
use RobGridley\Flysystem\Smb\SmbAdapter;

$factory = new ServerFactory();
$auth = new BasicAuth('username', 'domain/workgroup', 'password');
$server = $factory->createServer('host', $auth);
$share = $server->getShare('name');

$filesystem = new Filesystem(new SmbAdapter($share));

Installation

$ composer require robgridley/flysystem-smb

Note

This adapter does not support visibility. Calls to visibility() or setVisibility() throw exceptions and setting visibility via writes, moves, etc. is ignored., (*1)

The Versions

23/06 2017

dev-master

9999999-dev

Flysystem adapter for Icewind SMB.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gridley

flysystem samba smb

10/03 2017

1.0.1

1.0.1.0

Flysystem adapter for Icewind SMB.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gridley

flysystem samba smb

08/03 2017

1.0.0

1.0.0.0

Flysystem adapter for Icewind SMB.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gridley

flysystem samba smb