library fabric
Fabric is a set of interfaces, traits and simple classes to help structure libraries and code that interact with APIs.
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
Fabric (WIP)
, (*1)
, (*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
- PSR-7 Friendly (Guzzle Implementation (guzzlehttp/psr7)
- Default Client (via guzzlehttp/guzzle)
dev-master
9999999-dev
Fabric is a set of interfaces, traits and simple classes to help structure libraries and code that interact with APIs.
Sources
Download
MIT
The Requires
The Development Requires