baba/rest-api-client

dev-main 2022-01-19 03:38 UTC

This package is auto-updated.

Last update: 2024-05-19 08:52:22 UTC


README

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

© 2021 BABA Tumise s.r.o.

php-rest-api-client