crystalservice / samba
PHP samba stream wrapper
Installs: 2 385
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 5
pkg:composer/crystalservice/samba
Requires (Dev)
- codeclimate/php-test-reporter: ~0.3
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: ~1.0
- symfony/filesystem: ~2.3
This package is not auto-updated.
Last update: 2020-01-20 03:30:42 UTC
README
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();