2017 © Pedro Peláez
 

library php-http

php-http is a simple HTTP class with php5-curl

image

kittinan/php-http

php-http is a simple HTTP class with php5-curl

  • Saturday, July 2, 2016
  • by kittinan
  • Repository
  • 1 Watchers
  • 2 Stars
  • 807 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

php-http

Build Status Code Coverage Scrutinizer Code Quality License, (*1)

simple php http wrapper with php-curl, (*2)

Support :, (*3)

  • HTTP Method GET, POST
  • Download File
  • Support Cookie with cookiejar file

Requirement

  • PHP 5+
  • php5-curl

Composer

Install the latest version with composer require kittinan/php-http, (*4)

This plugin on the Packagist., (*5)

https://packagist.org/packages/kittinan/php-http, (*6)

Usage

Example : HTTP GET, (*7)

$http = new \KS\HTTP\HTTP();
$url = 'https://github.com/kittinan/php-http';
$html = $http->get($url);
echo $html;

License

The MIT License (MIT), (*8)

The Versions

02/07 2016

dev-master

9999999-dev

php-http is a simple HTTP class with php5-curl

  Sources   Download

MIT

The Requires

  • php >=5

 

02/07 2016

1.0.2

1.0.2.0

php-http is a simple HTTP class with php5-curl

  Sources   Download

MIT

The Requires

  • php >=5

 

02/07 2016

1.0.1

1.0.1.0

php-http is a simple HTTP class with php5-curl

  Sources   Download

MIT

The Requires

  • php >=5

 

23/04 2015

1.0.0

1.0.0.0

php-http is a simple HTTP class with php5-curl

  Sources   Download

MIT

The Requires

  • php >=5