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.1.2-1.remi.src | [30 KiB] |
Changelog by Remi Collet (2016-12-08):
- update to 1.1.2 - raise dependency on PHP 5.4 - add dependency on smbclient command - switch to fedora/autoloader |
php-icewind-smb-1.1.1-1.remi.src | [29 KiB] |
Changelog by Remi Collet (2016-06-14):
- update to 1.1.1 |
php-icewind-smb-1.1.0-1.remi.src | [29 KiB] |
Changelog by Remi Collet (2016-06-03):
- update to 1.1.0 |
php-icewind-smb-1.0.8-1.remi.src | [28 KiB] |
Changelog by Remi Collet (2016-03-17):
- update to 1.0.8 |
php-icewind-smb-1.0.7-1.remi.src | [28 KiB] |
Changelog by Remi Collet (2016-03-17):
- update to 1.0.7 - lower dependency on icewind/streams >= 0.2 |