grendizer/http-message

基于 PSR7 实现的 HTTP 消息组件

Maintainers

Package info

github.com/grendizerio/http-message

Homepage

pkg:composer/grendizer/http-message

Statistics

Installs: 20

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-21 02:19:51 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.