bbaga/buildkite-php-guzzle-client

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

Installs: 326

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/bbaga/buildkite-php-guzzle-client

2.0 2020-06-01 09:13 UTC

This package is auto-updated.

Last update: 2025-11-29 03:10:56 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();