2017 © Pedro Peláez
 

library restful

A RESTful client, especially for async requests.

image

clarence/restful

A RESTful client, especially for async requests.

  • Thursday, March 1, 2018
  • by Clarence-pan
  • Repository
  • 1 Watchers
  • 3 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 4 % Grown

The README.md

Restful

Build status, (*1)

A RESTful client, especially for async requests., (*2)

Install

From Composer

composer require clarence/restful

From github

git clone git@github.com:Clarence-pan/restful.git

Usage

Talk is cheap. Show the code:, (*3)

use Clarence\Restful\Curl\CurlRestClient;

// Do a GET request
$data = ['test' => 'test', 'hello' => 'world!'];

$jsonResponse = $restClient->get('http://localhost:8888/server/echo-globals.php', $data)->json();
// then use the $jsonRespose....

The Versions

01/03 2018

dev-master

9999999-dev

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • ext-curl *
  • php >=5.5

 

The Development Requires

01/03 2018

1.0.7

1.0.7.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-curl *

 

The Development Requires

01/03 2018

v1.0.8

1.0.8.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-curl *

 

The Development Requires

11/10 2017

v1.0.6

1.0.6.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-curl *

 

The Development Requires

18/11 2016

v1.0.5

1.0.5.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-curl *

 

The Development Requires

30/08 2016

v1.0.4

1.0.4.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-curl *

 

The Development Requires

30/05 2016

v1.0.3

1.0.3.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-curl *

 

The Development Requires

30/05 2016

v1.0.2

1.0.2.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php ^5.5
  • ext-curl *

 

22/03 2016

v1.0.1

1.0.1.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php ^5.5
  • ext-curl *

 

27/02 2016

v0.0.1

0.0.1.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php ^5.5
  • ext-curl *

 

27/02 2016

v1.0.0

1.0.0.0

A RESTful client, especially for async requests.

  Sources   Download

MIT

The Requires

  • php ^5.5
  • ext-curl *