bbaga/buildkite-php-guzzle-client

PSR-18 Wrapper for Guzzle to be used with bbaga/buildkite-php

2.0 2020-06-01 09:13 UTC

This package is auto-updated.

Last update: 2024-03-29 04:38:20 UTC


README

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