bacart / guzzle-client
Bacart GuzzleHTTP client
Installs: 939
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/bacart/guzzle-client
Requires
- php: ^7.1.3
 - bacart/common: ^0.1
 - guzzlehttp/guzzle: ^6.3
 - psr/cache: ^1.0
 - psr/http-message: ^1.0
 - psr/log: ^1.0
 
Requires (Dev)
- phpstan/phpstan: ^0.10
 - symfony/dom-crawler: 4.2.*
 - wa72/htmlpagedom: ^1.3
 
Suggests
- phpstan/phpstan: PHPStan - PHP Static Analysis Tool
 - symfony/dom-crawler: The DomCrawler component eases DOM navigation for HTML and XML documents.
 - wa72/htmlpagedom: PHP implementation of the jQuery DOM manipulation API for HTML documents
 
README
Bacart GuzzleHTTP client.
Installation
Using command line:
Run the following command and you will get the latest version by Packagist.
composer require bacart/guzzle-client
Using composer.json
To use the newest (maybe unstable) version add following into your composer.json:
{
    "require": {
        "bacart/guzzle-client": "dev-master"
    }
}
License
This project is released under the MIT license.
About
Project development is led by the Bacart team.