定制 twistor/flysystem-guzzle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Author Software License Packagist Version

  • Guzzle 3 Build Status Coverage Status
  • Guzzle 5 Build Status Coverage Status
  • Guzzle 6 Build Status Coverage Status

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

GitHub 信息

  • Stars: 4
  • Watchers: 0
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-22