apimaster/nerkh

apimaster nerkh web service

v1.0.0 2019-05-15 11:24 UTC

This package is auto-updated.

Last update: 2024-04-23 05:23:05 UTC


README

Nerkh webservice by apimaster

Installation

Via Composer

$ composer require apimaster/nerkh

Usage

<?php

include 'vendor/autoload.php';

use APIMaster\Nerkh\Nerkh;

Nerkh::setApiKey('<YOUR_API_KEY');

$usd_sana = Nerkh::single('usd_sana');

print_r($usd_sana);

Replace <YOUR_API_KEY> with your given api key.

Documentation

You can see documents in postman. Don't forget to check out endpoint examples.

License

This library is open-sourced package licensed under the MIT license.