2017 © Pedro Peláez
 

library php-rest-client

REST client library.

image

romanpitak/php-rest-client

REST client library.

  • Thursday, February 19, 2015
  • by romanpitak
  • Repository
  • 4 Watchers
  • 13 Stars
  • 430,070 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

PHP REST Client

Latest Stable Version Total Downloads License Code Climate Codacy Badge, (*1)

(c) 2014-2015 Roman Piták, http://pitak.net roman@pitak.net, (*2)

Representational state transfer PHP client library., (*3)

Installation

The best way to install is to use the Composer dependency manager., (*4)

php composer.phar require romanpitak/php-rest-client

Basic Usage

$client = new Client('https://raw.githubusercontent.com/romanpitak');

$request = $client->newRequest('/PHP-REST-Client/master/README.md');

$response = $request->getResponse();

echo $response->getParsedResponse();

The Versions

19/02 2015

dev-master

9999999-dev https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http client

19/02 2015

v1.2.1

1.2.1.0 https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http client

15/09 2014

v1.2

1.2.0.0 https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http client

15/09 2014

dev-develop

dev-develop https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http client

03/07 2014

v1.1

1.1.0.0 https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http client

15/03 2014

v1.0

1.0.0.0 https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http client

01/03 2014

v0.9

0.9.0.0 https://github.com/romanpitak/PHP-REST-Client

REST client library.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

rest http