2017 © Pedro Peláez
 

library guzzle-bundle-middleware-plugin

A generic middleware plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

image

wizbit/guzzle-bundle-middleware-plugin

A generic middleware plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

  • Monday, April 16, 2018
  • by wizbit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 31 % Grown

The README.md

Guzzle Bundle Middleware Plugin

This plugin integrates a generic way to include all middleware., (*1)

Requirements

Installation

Using [composer][2]:, (*2)

command line

``` bash $ composer require wizbit/guzzle-bundle-middleware-plugin, (*3)


## Usage ### Enable bundle ``` php # app/AppKernel.php new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([ new Wizbit\Bundle\GuzzleBundleMiddlewarePlugin\GuzzleBundleMiddlewarePlugin(), ])

Basic configuration

``` yaml, (*4)

app/config/config.yml

eight_points_guzzle: clients: api_payment: base_url: "http://api.domain.tld", (*5)

        # define headers, options

        # plugin settings
        plugin:
            middleware:
                - '@my.middleware.service'

```, (*6)

The Versions

16/04 2018

dev-master

9999999-dev https://github.com/wizbit/GuzzleBundleMiddlewarePlugin

A generic middleware plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcus Speight

plugin middleware curl framework rest http client web service http client

16/04 2018

0.0.1

0.0.1.0 https://github.com/wizbit/GuzzleBundleMiddlewarePlugin

A generic middleware plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcus Speight

plugin middleware curl framework rest http client web service http client