2017 © Pedro Peláez
 

library http-transaction

HTTP Transaction manage a request to a response workflow

image

aurora/http-transaction

HTTP Transaction manage a request to a response workflow

  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

HTTP Transaction

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License Aurora Http, (*1)

HTTP Transaction manage a request to a response workflow. The workflow includes accept a request, apply HTTP request filters, apply HTTP middlewares, apply HTTP response filters and returns a response. The library support PSR-7., (*2)

Installation

It's recommended that you use Composer to install this library., (*3)

$ composer require aurora/http-transaction

This will install the library and all required dependencies. The library requires PHP 7.0 or newer., (*4)

Workflow

------ request ---- Filter ---> | | Transaction Middleware | | <----- response ---- Filter ----, (*5)

Usage

License

The HTTP Transaction is open-sourced software licensed under the MIT license., (*6)

The Versions