PHPackages                             stayforlong/finite-guzzlehttp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. stayforlong/finite-guzzlehttp

ActiveLibrary[HTTP &amp; Networking](/categories/http)

stayforlong/finite-guzzlehttp
=============================

Guzzle HTTP client with finite timeouts

v0.1.0(6y ago)03MITPHPCI failing

Since Nov 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/stayforlong/finite-guzzlehttp)[ Packagist](https://packagist.org/packages/stayforlong/finite-guzzlehttp)[ RSS](/packages/stayforlong-finite-guzzlehttp/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

Finite Guzzle HTTP
==================

[](#finite-guzzle-http)

HTTP Client which grants finite timeouts for requests to avoid indefinite waits ([Guzzle](http://docs.guzzlephp.org/en/stable/overview.html) does).

Installation
------------

[](#installation)

Install the latest version through [Composer](https://getcomposer.org/):

```
$ composer require stayforlong/finite-guzzlehttp:0.1.0
```

Usage
-----

[](#usage)

Use dependency injection to autoload Guzzle, which is used under the hood:

```
