Skip to content

twistor/flysystem-guzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Flysystem Guzzle adapter

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);

About

An HTTP adapter for Flysystem that uses Guzzle.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published