2017 © Pedro Peláez
 

library flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

image

twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  • Friday, November 18, 2016
  • by twistor
  • Repository
  • 2 Watchers
  • 3 Stars
  • 9,556 Installations
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 19 % Grown

The README.md

Flysystem Guzzle adapter

An HTTP adapter for Flysystem that uses Guzzle., (*1)

Author Software License Packagist Version, (*2)

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

The Versions

18/11 2016

dev-guzzle-6

dev-guzzle-6 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem

18/11 2016

dev-guzzle-3

dev-guzzle-3 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem

18/11 2016

dev-guzzle-5

dev-guzzle-5 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem

22/12 2015

dev-guzzle-4

dev-guzzle-4 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem

22/12 2015

v5.0.0

5.0.0.0 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem

22/12 2015

v3.0.0

3.0.0.0 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem

22/12 2015

dev-master

9999999-dev https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

by Chris Leppanen

guzzle flysystem

22/12 2015

v6.0.0

6.0.0.0 https://github.com/twistor/flysystem-guzzle

An HTTP adapter for Flysystem that uses Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

guzzle flysystem