PHPackages                             robgridley/flysystem-smb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. robgridley/flysystem-smb

ActiveLibrary[File &amp; Storage](/categories/file-storage)

robgridley/flysystem-smb
========================

Flysystem adapter for Icewind SMB.

3.0.0(3y ago)14311.0k↓60.5%10[1 issues](https://github.com/robgridley/flysystem-smb/issues)[1 PRs](https://github.com/robgridley/flysystem-smb/pulls)MITPHPPHP ^8.1CI failing

Since Mar 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/robgridley/flysystem-smb)[ Packagist](https://packagist.org/packages/robgridley/flysystem-smb)[ RSS](/packages/robgridley-flysystem-smb/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (4)Versions (7)Used By (0)

Flysystem Adapter for Icewind SMB
=================================

[](#flysystem-adapter-for-icewind-smb)

Usage
-----

[](#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
------------

[](#installation)

```
$ composer require robgridley/flysystem-smb

```

Note
----

[](#note)

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

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~452 days

Recently: every ~565 days

Total

6

Last Release

1142d ago

Major Versions

1.x-dev → 3.0.02023-05-18

PHP version history (2 changes)1.0.0PHP &gt;=5.6.0

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b86b46c6650529f0d67312b873a0b1f77ca82937ebf12108f4a38a8f0230dc0?d=identicon)[robgridley](/maintainers/robgridley)

---

Top Contributors

[![robgridley](https://avatars.githubusercontent.com/u/9560656?v=4)](https://github.com/robgridley "robgridley (18 commits)")[![hfig](https://avatars.githubusercontent.com/u/29371182?v=4)](https://github.com/hfig "hfig (1 commits)")

---

Tags

Flysystemsambasmb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/robgridley-flysystem-smb/health.svg)

```
[![Health](https://phpackages.com/badges/robgridley-flysystem-smb/health.svg)](https://phpackages.com/packages/robgridley-flysystem-smb)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M136](/packages/league-flysystem-bundle)[jerodev/flysystem-v3-smb-adapter

SMB adapter for Flysystem v3

1299.0k1](/packages/jerodev-flysystem-v3-smb-adapter)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1865.1M40](/packages/barryvdh-elfinder-flysystem-driver)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
