| Name: | php-icewind-smb |
|---|---|
| Version: | 1.1.2 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 71157 |
| License: | MIT |
| RPM: | php-icewind-smb-1.1.2-1.el7.noarch.rpm |
| Source RPM: | php-icewind-smb-1.1.2-1.el7.src.rpm |
| Build Date: | Sat Nov 04 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/icewind1991/SMB |
| Summary: | php wrapper for smbclient and libsmbclient-php |
| 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'; |