2017 © Pedro Peláez
 

lib httpclient

easy for get&post

image

monkey92/httpclient

easy for get&post

  • Tuesday, April 18, 2017
  • by monkey92
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

php 使用curl扩展实现http请求

download

    composer require monkey92/httpclient

how to use

    use Monkey92\HttpClient;
    $httpUtil = HttpUtil::getInstance();
    //get
    $get_ret = $httpUtil->doGet('http://www.domain.com/user?id=1');
    //post
    $post_ret = $httpUtil->doPost('http://www.domain.com/save_user',['name'=>'Tom','age'=>100]);

The Versions

18/04 2017

dev-master

9999999-dev https://github.com/monkey92/httpclient

easy for get&post

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Avatar monkey92

16/05 2016

v1.1.1

1.1.1.0 https://github.com/monkey92/httpclient

easy for get&post

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Avatar monkey92

25/03 2016

v1.1.0

1.1.0.0 https://github.com/monkey92/httpclient

easy for get&post

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Avatar monkey92

17/01 2016

dev-dev

dev-dev https://github.com/monkey92/httpclient

easy for get&post

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Avatar monkey92

17/01 2016

v1.0.1

1.0.1.0 https://github.com/monkey92/httpclient

easy for get&post

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Avatar monkey92