twistor/flysystem-guzzle
最新稳定版本:v6.0.0
Composer 安装命令:
composer require twistor/flysystem-guzzle
包简介
An HTTP adapter for Flysystem that uses Guzzle.
关键字:
README 文档
README
An HTTP adapter for Flysystem that uses Guzzle.
Installation
composer require twistor/flysystem-guzzle
Usage
<?php use GuzzleHttp\Client; use Twistor\Flysystem\GuzzleAdapter; $adapter = new GuzzleAdapter('http://example.com'); // Optionally, you can add a configured client. $client = new Client(); $adapter = new GuzzleAdapter('http://example.com', $client);
统计信息
- 总下载量: 213.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-22