grendizer/http-message

基于 PSR7 实现的 HTTP 消息组件

Installs: 20

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/grendizer/http-message

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

This package is not auto-updated.

Last update: 2025-11-01 00:13:50 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.