2017 © Pedro Peláez
 

library react-aware-guzzle-client

An implementation of GuzzleHttp\Handler\CurlFactoryInterface that plays nicely with React

image

nopolabs/react-aware-guzzle-client

An implementation of GuzzleHttp\Handler\CurlFactoryInterface that plays nicely with React

  • Friday, July 28, 2017
  • by nopolabs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 198 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ReactAwareCurlFactory

Build Status Code Climate Scrutinizer Code Quality License Latest Stable Version, (*1)

An implementation of GuzzleHttp\Handler\CurlFactoryInterface that plays nicely with React., (*2)

public function newClient(
        LoopInterface $eventLoop,
        array $config = [],
        CurlFactory $curlFactory = null,
        LoggerInterface $logger = null) : Client
{
    $clientFactory = new ReactAwareGuzzleClientFactory();
    return $clientFactory->createGuzzleClient($eventLoop, $config, $curlFactory, $logger);
}

The Versions

28/07 2017

dev-master

9999999-dev

An implementation of GuzzleHttp\Handler\CurlFactoryInterface that plays nicely with React

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dan Revel