library flysystem-smb
Flysystem adapter for Icewind SMB.
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
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)
dev-master
9999999-dev
Flysystem adapter for Icewind SMB.
Sources
Download
MIT
The Requires
The Development Requires
by
Rob Gridley
flysystem
samba
smb
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
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