crystalservice / samba
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
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();