lukaszoramus/zonda-php-api

Zonda PHP Api Client

0.2.6 2023-02-26 13:39 UTC

This package is auto-updated.

Last update: 2024-04-26 16:42:44 UTC


README

StyleCi Tests

Installation

This version supports PHP 8.1. To get started require the project using Composer. You will probably also need install one of packages that provide "psr/http-client-implementation" e.g. guzzlehttp/guzzle

$ composer require "lukaszoramus/zonda-php-api:^0.2" "guzzlehttp/guzzle:^7.5"

How to use

use ZondaPhpApi\Client;

$client = new Client();
$client->authenticate('yourPublicApiKey', 'yourPrivateApiKey'); // Not required if you use only public endpoints

// Example call
$client->trading()->ticker('BTC-PLN');

License

Zonda PHP API is licensed under The MIT License (MIT).