2017 © Pedro Peláez
 

library curl-client

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

image

appzz/curl-client

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  • Monday, February 26, 2018
  • by CoolSwitcher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 9 % Grown

The README.md

CurlClient v3.0

Liteweight full featured curlclient, (*1)

Features

  • Support all popular http-methods
  • Proxy support
  • Logging
  • http-version, ipv4, ipv6 triggers
  • Cookie parser
  • JSON support
http2()
                ->ipv6()
                ->browser('chrome', 'mac');
                
$response = $request->send();

//Get response status
$status = $response->get_status();

//Get body
$body = $response->get_body();

//Get request headers
$request->get_headers()->asArray();

//Get response headers
$headers = $response->get_headers()->asArray();

//Get cookies
$cookies = $headers->offsetGet ('cookies');
var_dump ($cookies->asArray()); //as array
echo $cookies; // as url-encoded string
?>

The Versions

26/02 2018

dev-master

9999999-dev https://github.com/a-pp-zz/curl-client

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

curl curl-client

26/02 2018

2.0.6

2.0.6.0 https://github.com/a-pp-zz/curl-client

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

curl curl-client

02/02 2018

2.0.5

2.0.5.0 https://github.com/a-pp-zz/curl-client

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

curl curl-client

30/07 2017

2.0.4

2.0.4.0 https://github.com/a-pp-zz/curl-client

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  Sources   Download

MIT

The Requires

 

by Avatar CoolSwitcher

curl curl-client

22/07 2017

2.0.3

2.0.3.0 https://www.bitbucket.org/a-pp-zz/curl-client.git

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  Sources   Download

Apache-2.0

The Requires

 

by Avatar CoolSwitcher

curl curl-client

05/07 2017

2.0.0

2.0.0.0 https://www.bitbucket.org/a-pp-zz/curl-client.git

Lightweight curl-client without any ugly dependencies and works on php>=5.3.3

  Sources   Download

Apache-2.0

The Requires

 

by Avatar CoolSwitcher

curl curl-client