2017 © Pedro Peláez
 

library samba

PHP samba stream wrapper

image

munkie/samba

PHP samba stream wrapper

  • Sunday, September 4, 2016
  • by munkie
  • Repository
  • 7 Watchers
  • 2 Stars
  • 4,815 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

Samba PHP stream wrapper

Build Status Coverage Status Code Climate, (*1)

Fork of SMB4PHP, (*2)

Requirements

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

Installation

Add following to your composer.json file:, (*4)

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

Usage

Register samba stream wrapper:, (*5)

\Samba\SambaStreamWrapper::register();

You can check if wrapper is already registered using this call:, (*6)

\Samba\SambaStreamWrapper::is_registered();

The Versions

04/09 2016

dev-master

9999999-dev

PHP samba stream wrapper

  Sources   Download

MIT

The Development Requires

by Victor M Varela

04/09 2016

1.1.x-dev

1.1.9999999.9999999-dev

PHP samba stream wrapper

  Sources   Download

MIT

The Development Requires

by Victor M Varela

04/09 2016
04/09 2016

dev-file-types

dev-file-types

PHP samba stream wrapper

  Sources   Download

MIT

The Development Requires

by Victor M Varela

01/07 2014