Remi's RPM repository - Packages

Blog | Forum | Repository

php-icewind-smb - php wrapper for smbclient and libsmbclient-php

Website:
https://github.com/icewind1991/SMB
Licence:
MIT
Vendor:
Remi Collet
Description:
PHP wrapper for smbclient and libsmbclient-php

* 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 libsmbclient-php

To use this library, you just have to add, in your project:
  require-once '/usr/share/php/Icewind/SMB/autoload.php';

Packages

php-icewind-smb-1.0.4-2.fc19.remi.noarch [20 KiB] Changelog by Remi Collet (2015-09-20):
- don't own /usr/share/php/Icewind (review #1259172)
php-icewind-smb-1.0.4-1.fc19.remi.noarch [20 KiB] Changelog by Remi Collet (2015-09-02):
- initial package, version 1.0.4