2017 © Pedro Peláez
 

library http-message

Simple http message implementation of PSR-3

image

psr-easy/http-message

Simple http message implementation of PSR-3

  • Friday, May 6, 2016
  • by jianfyun
  • Repository
  • 0 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Introduction

Simple, clean and standalone implementation of the interfaces defined in PSR-7, which may be suitable for small or medium PHP projects., (*1)

See unit tests for usage., (*2)

See http://www.php-fig.org/ for PHP Standards Recommendations., (*3)

Requirements

  • PHP 5.5+
  • composer

Installation

composer install, (*4)

Autoload

composer dump-autoload --optimize, (*5)

Unit Test

vendor/bin/phpunit --color --bootstrap tests/bootstrap.php tests/PsrEasy/Tests/Path-To-Test-File.php, (*6)

The Versions

06/05 2016

dev-master

9999999-dev

Simple http message implementation of PSR-3

  Sources   Download

The Requires

 

The Development Requires

psr-3 http message