2017 © Pedro Peláez
 

library guzzle

Guzzle async request plugin

image

ponteiro/guzzle

Guzzle async request plugin

  • Tuesday, July 22, 2014
  • by jmeireles
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Guzzle Async plugin

Add to composer

"ponteiro/guzzle": "1.*"

"repositories" : [
        "type" : "vcs",
        "url"  : "https://github.com/jmeireles/async.git"
    }
]

How to use

use Guzzle\Http\Client;
use Ponteiro\Guzzle\Plugin\AsyncPlugin;

$client = new Client('http://www.example.com');
$client->addSubscriber(new AsyncPlugin());
$client->get()->send();

The Versions

22/07 2014

dev-master

9999999-dev http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

22/07 2014

1.3.3

1.3.3.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

17/07 2014

1.3.2

1.3.2.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

16/07 2014

1.3.1

1.3.1.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

16/07 2014

1.3

1.3.0.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

16/07 2014

1.2

1.2.0.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

16/07 2014

1.1

1.1.0.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle

16/07 2014

1.0

1.0.0.0 http://ponteiro-team.org/

Guzzle async request plugin

  Sources   Download

MIT

The Requires

 

plugin guzzle