munkie / samba
PHP samba stream wrapper
Installs: 14 522
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 4
Open Issues: 0
Requires (Dev)
- codeclimate/php-test-reporter: ~0.3
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: ~1.0
- symfony/filesystem: ~2.3
This package is auto-updated.
Last update: 2022-02-01 12:42:52 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();