varena/sdk

v0.1.4 2020-01-13 06:22 UTC

This package is not auto-updated.

Last update: 2024-09-17 03:42:37 UTC


README

Requires

  • php version >= 7.0.0

  • guzzle

Install

composer install varena/sdk

composer.json config varena/sdk info

How to use

use Varena\SDK\Request\VarenaRequest;

$client = new VarenaRequest($key,$sercert);

//Get
$reponse = $client->getData($uri,$params);
//Post
$reponse = $client->postData($uri,$params);

var_dump($response);die;

Doc

VarenaFunDataApiDoc