All Projects → ricardofiorani → guzzle-psr18-adapter

ricardofiorani / guzzle-psr18-adapter

Licence: MIT license
A simple guzzle PSR-18 adapter

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to guzzle-psr18-adapter

BaseToolsLibrary
Android通用适配器和常用的工具类
Stars: ✭ 24 (+84.62%)
Mutual labels:  adapter
RecyclerAdapter
简单易懂的 RecyclerView adapter 封装
Stars: ✭ 27 (+107.69%)
Mutual labels:  adapter
PrimeAdapter
PrimeAdapter makes working with RecyclerView easier.
Stars: ✭ 54 (+315.38%)
Mutual labels:  adapter
readable-web-to-node-stream
Converts a Web-API readable-stream into a Node readable-stream.
Stars: ✭ 33 (+153.85%)
Mutual labels:  adapter
php-server-sdk
LaunchDarkly Server-side SDK for PHP
Stars: ✭ 31 (+138.46%)
Mutual labels:  guzzle
ioBroker.zwave2
Z-Wave for ioBroker. Better. Faster. Stronger.
Stars: ✭ 22 (+69.23%)
Mutual labels:  adapter
Base
🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。
Stars: ✭ 249 (+1815.38%)
Mutual labels:  adapter
ohloh scm
The Ohloh source control management library
Stars: ✭ 58 (+346.15%)
Mutual labels:  adapter
poreplex
A versatile sequenced read processor for nanopore direct RNA sequencing
Stars: ✭ 74 (+469.23%)
Mutual labels:  adapter
AttributionPresenter
An Android library to easily display attribution information of open source libraries.
Stars: ✭ 47 (+261.54%)
Mutual labels:  adapter
ember-airtable
Boilerplate for quickly prototyping apps with Airtable, Node & Ember
Stars: ✭ 21 (+61.54%)
Mutual labels:  adapter
MultiTypeAdapter
RecyclerView通用多类型适配器MultiTypeAdapter,以布局文件为单位更细粒度的条目复用。
Stars: ✭ 18 (+38.46%)
Mutual labels:  adapter
yii2-inertia
The Yii 2 server-side adapter for Inertia.js.
Stars: ✭ 52 (+300%)
Mutual labels:  adapter
oh-my-design-patterns
🎨 Record the articles and code I wrote while learning design patterns
Stars: ✭ 33 (+153.85%)
Mutual labels:  adapter
serial2mqtt
Serial to MQTT adapter serivce
Stars: ✭ 21 (+61.54%)
Mutual labels:  adapter
InstantRecyclerView
A library that helps to implement a complex list with RecyclerView.(RecyclerView使用的封装与优化,帮助你快速利用RecyclerView构建复杂列表)
Stars: ✭ 22 (+69.23%)
Mutual labels:  adapter
Modular2Recycler
Modular²Recycler is a RecyclerView.Adapter that is modular squared.
Stars: ✭ 72 (+453.85%)
Mutual labels:  adapter
ioBroker.epson stylus px830
Zustand Druckerpatronen im EPSON Stylus PX830 für ioBroker auslesen
Stars: ✭ 18 (+38.46%)
Mutual labels:  adapter
modules
Java & REST API's for creating and running integrations
Stars: ✭ 16 (+23.08%)
Mutual labels:  adapter
oauth2-middleware
PSR7 middleware that uses league/oauth2-client to authenticate outgoing requests
Stars: ✭ 21 (+61.54%)
Mutual labels:  guzzle

guzzle-psr18-adapter

Build Status Minimum PHP Version License Total Downloads Coding Standards

A (very) simple guzzle PSR-18 adapter.

Requirements

  • PHP ^7.1 || ^8.0
  • Guzzle ^6.3

Install

Via Composer

$ composer require ricardofiorani/guzzle-psr18-adapter

Usage

$client = new \RicardoFiorani\GuzzlePsr18Adapter\Client();
$request = new \Your\Implementation\Of\Psr7\Request();
try {
    echo $client->sendRequest($request);
} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
    // your error handling
}

For futher documentation please see http://docs.guzzlephp.org/en/stable/

Testing

$ composer test

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].