appserver-io-psr/http-message

PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state

1.4.1 2017-05-13 14:27 UTC

This package is auto-updated.

Last update: 2024-03-27 06:18:06 UTC


README

#PSR, for HTTP Message (based on PSR-7)

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state.

More information under:

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io-psr/http-message": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links