bbaga / buildkite-php-guzzle-client

HttpClientInterface implementation for Guzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bbaga/buildkite-php-guzzle-client

HttpClientInterface implementation for Guzzle to be used with bbaga/buildkite-php

Installation

composer require bbaga/buildkite-php-guzzle-client

Usage

use bbaga\BuildkiteApi\Api;

require __DIR__.'/vendor/autoload.php';

$client = new GuzzleClient();

About

HttpClientInterface implementation for Guzzle

License:MIT License


Languages

Language:PHP 100.0%