grendizer/http-message

基于 PSR7 实现的 HTTP 消息组件

dev-master 2016-04-04 19:12 UTC

This package is not auto-updated.

Last update: 2024-09-20 19:09:53 UTC


README

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": {
        "grendizer/http-message": "dev-master"
    },
}

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