2017 © Pedro Peláez
 

library http-message

基于 PSR7 实现的 HTTP 消息组件

image

grendizer/http-message

基于 PSR7 实现的 HTTP 消息组件

  • Monday, April 4, 2016
  • by grendizer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HttpMessage (based on PSR-7)

Introduction

PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state., (*1)

More information under:, (*2)

Installation

If you want to use the library with your application you can install it by adding, (*3)

{
    "require": {
        "grendizer/http-message": "dev-master"
    },
}

to your composer.json and invoke composer update in your project., (*4)

The Versions

04/04 2016

dev-master

9999999-dev http://grendizerio.github.io/http-message/

基于 PSR7 实现的 HTTP 消息组件

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Maofeng Zhang