2017 © Pedro Peláez
 

library httprequest

PHP Class HttpRequest for the EasyMVC Framework

image

easymvc/httprequest

PHP Class HttpRequest for the EasyMVC Framework

  • Friday, March 30, 2018
  • by rudymas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

PHP Class HttpRequest for the EasyMVC Framework

This is the Class HttpRequest which is used by the EasyMVC framework.
Can also be used as a standalone plugin for your own code!, (*1)

Installation

Install the package using composer., (*2)

composer require easymvc/httprequest

or by editing composer.json yourself and adding:, (*3)

"require": {
    "easymvc/httprequest": "*"
}

If you are always using the latest version of PHP, you can use "*" without the need to worry. I'll always try to keep this package up to date with the latest developments in PHP., (*4)

However, if you want to make sure you are using the version for your PHP version, use these settings., (*5)

For PHP 5.6, (*6)

"require": {
    "easymvc/httprequest": "^5.6"
}

For PHP 7.x, (*7)

"require": {
    "easymvc/httprequest": "^7"
}

For PHP 8.x, (*8)

"require": {
    "easymvc/httprequest": "^8"
}

! The lowest version I support is PHP 5.6 !

The Versions

30/03 2018

dev-master

9999999-dev

PHP Class HttpRequest for the EasyMVC Framework

  Sources   Download

GPL-3.0

The Requires

 

30/03 2018

dev-develop

dev-develop

PHP Class HttpRequest for the EasyMVC Framework

  Sources   Download

GPL-3.0

The Requires

 

30/03 2018

1.4.0

1.4.0.0

PHP Class HttpRequest for the EasyMVC Framework

  Sources   Download

GPL-3.0

The Requires

 

27/02 2018

1.3.0

1.3.0.0

PHP Class HttpRequest for the EasyMVC Framework

  Sources   Download

GPL-3.0

The Requires