2017 © Pedro Peláez
 

library fabric

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

image

gsdev/fabric

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

  • Thursday, June 7, 2018
  • by gsdev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 175 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Fabric (WIP)

Build Status Coverage Status, (*1)

SensioLabsInsight, (*2)

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

Concept / Api

In the following example we are getting the git repositories for a user., (*4)

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

Features

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

The Versions