munkie/samba
最新稳定版本:v1.1.0
Composer 安装命令:
composer require munkie/samba
包简介
PHP samba stream wrapper
README 文档
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();
统计信息
- 总下载量: 14.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-17