PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP REST API Client   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP REST API Client
Send HTTP requests to REST API Web servers
Author: By
Last change: fix
Date: 2 years ago
Size: 727 bytes
 

Contents

Class file image Download

php-rest-api-client

Simple PHP Rest API Client

Install

composer require baba/rest-api-client

Example

  use BABA\REST\API\Client\DataProvider\CURL;
  use BABA\REST\API\Client\RESTRestApiClient;
  
  $client = new RESTRestApiClient(new CURL());
  var_dump($client->get('http://api.example.com/test.REST')); 

Supports

  • CURL as Data provider

License

GPL-2.0-only

Authors

Juraj Puchký - BABA Tumise s.r.o. <info@baba.bj>

https://www.seoihned.cz - SEO optilamizace

https://www.baba.bj - Tvorba webových stránek

https://www.webtrace.cz - Tvorba portál? a ecommerce b2b/b2c (eshop?) na zakázku

Log

1.0.0 - CURL Implemented

Copyright

&copy; 2021 BABA Tumise s.r.o.

php-rest-api-client