/buildkite-php-guzzle-client

HttpClientInterface implementation for Guzzle

Primary LanguagePHPMIT LicenseMIT

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();