2017-25 © Pedro Peláez
 

library php-simple-rest-client

Simple rest-api client for php

image

antonvolkov/php-simple-rest-client

Simple rest-api client for php

  • Sunday, August 20, 2017
  • by antonvolkov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

About

Simple rest-api client for php, (*1)

Installation

$ php composer.phar require antonvolkov/php-simple-rest-client, (*2)

Basic usage

$get = SimpleRestClient::get("https://httpbin.org/get", ["asd" => 123, "zxc" => 456]);, (*3)

$post = SimpleRestClient::post("https://httpbin.org/post", ['asd' => 'test'], ['Content-Type' => 'application/json']);, (*4)

The Versions

20/08 2017

dev-master

9999999-dev

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

20/08 2017

0.7

0.7.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

24/04 2017

0.6

0.6.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

23/04 2017

0.5

0.5.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

06/07 2016

0.4

0.4.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

31/03 2016

0.3

0.3.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

30/03 2016

0.2

0.2.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Anton Volkov

api php json rest post get

22/03 2016

0.1

0.1.0.0

Simple rest-api client for php

  Sources   Download

MIT

The Requires

  • php >=5.5.30

 

The Development Requires

  • php >=5.5.31

by Anton Volkov

api php json rest post get