php-smb

php wrapper for smbclient and libsmbclient-php
  https://github.com/icewind1991/SMB
  0
  no reviews



PHP wrapper for smbclient and php-smbclient:
* Reuses a single smbclient instance for multiple requests
* Doesn't leak the password to the process list
* Simple 1-on-1 mapping of SMB commands
* A stream-based API to remove the need for temporary files
* Support for using libsmbclient directly trough php-smbclient