2017 © Pedro Peláez
 

library php-library-http

PHP Library HTTP

image

sinevia/php-library-http

PHP Library HTTP

  • Monday, July 9, 2018
  • by sinevia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 177 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 321 % Grown

The README.md

PHP Library HTTP

HTTP client, (*1)

Background

Installation

Install via Composer, (*2)

composer require sinevia/php-library-http

Or add the following to your composer file:, (*3)

   "require": {
      "sinevia/php-library-http": "1.3.0"
   },

Usage

The lines bellow create an HTTP Client:, (*4)

$http = new \Sinevia\HttpClent("http://localhost/");

$http->setPath('/yourpath/');

$http->post(array('user'=>'UN','pass'=>'PW'); // Data to be sent as array

echo $http->getResponseBody();

The Versions

09/07 2018

dev-master

9999999-dev http://github.com/sinevia/php-library-http

PHP Library HTTP

  Sources   Download

proprietary

php library http sinevia

09/07 2018

v1.2.0

1.2.0.0 http://github.com/sinevia/php-library-http

PHP Library HTTP

  Sources   Download

proprietary

php library http sinevia

28/01 2018

v1.0.2

1.0.2.0 http://github.com/sinevia/php-library-http

PHP Library HTTP

  Sources   Download

proprietary

php library http sinevia

06/01 2018

v1.0.0

1.0.0.0 http://github.com/sinevia/php-library-http

PHP Library HTTP

  Sources   Download

commercial

php library http sinevia