2017 © Pedro Peláez
 

library http

PSR-7 HTTP message implementation.

image

phpgt/http

PSR-7 HTTP message implementation.

  • Monday, July 30, 2018
  • by g105b
  • Repository
  • 1 Watchers
  • 0 Stars
  • 83 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 41 % Grown

The README.md

PSR-7 HTTP message implementation.

HTTP messages are the foundation of web development. Web browsers and HTTP clients such as cURL create HTTP request messages that are sent to a web server, which provides an HTTP response message. Server-side code receives an HTTP request message, and returns an HTTP response message., (*1)

Whatever tool kit a PHP web application is built upon, HTTP messages always behave in the same way. PSR-7 is a set of PHP interfaces defined by the PHP Framework Interop Group in order to produce code that can be shared between application implementations., (*2)

This repository is an implementation of the PSR-7 interfaces for use within PHP.Gt/WebEngine, but can be used in any other PHP web application thanks to the interoperability of PSR-7., (*3)


PHP.Gt/Http build status PHP.Gt/Http code quality PHP.Gt/Http code coverage PHP.Gt/Http latest release PHP.Gt/Http documentation , (*4)

The Versions

30/07 2018

dev-master

9999999-dev

PSR-7 HTTP message implementation.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/12 2017

v0.0.2

0.0.2.0

PSR-7 HTTP message implementation.

  Sources   Download

MIT

The Requires

 

The Development Requires

29/11 2017

v0.0.1

0.0.1.0

Simple PSR-7 implementation for use in PHP 7 projects.

  Sources   Download

MIT

The Requires