gsdev/fabric

This package is abandoned and no longer maintained. No replacement package was suggested.

Fabric is a set of interfaces, traits and simple classes to help structure libraries and code that interact with APIs.

dev-master 2018-06-07 00:06 UTC

This package is not auto-updated.

Last update: 2020-08-13 23:15:37 UTC


README

Build Status Coverage Status

SensioLabsInsight

Fabric is a set of interfaces, traits and simple classes to help structure libraries and code that interact with APIs.

Concept / Api

In the following example we are getting the git repositories for a user.

$response = (new Client())->send(new GetRepositoriesForUser($userId));

Features

  1. PSR-7 Friendly (Guzzle Implementation (guzzlehttp/psr7)
  2. Default Client (via guzzlehttp/guzzle)