This package is abandoned and no longer maintained. The author suggests using the icewind/smb package instead.

PHP samba stream wrapper

v1.1.0 2016-09-04 08:46 UTC

This package is not auto-updated.

Last update: 2020-01-20 03:30:42 UTC


README

Build Status Coverage Status Code Climate

Fork of SMB4PHP

Requirements

smbclient should be installed (use sudo apt-get install smbclient on ubuntu)

Installation

Add following to your composer.json file:

{
    "require": {
        "munkie/samba": "~1.0"
    },
}

Usage

Register samba stream wrapper:

\Samba\SambaStreamWrapper::register();

You can check if wrapper is already registered using this call:

\Samba\SambaStreamWrapper::is_registered();