apimaster/nerkh

apimaster nerkh web service

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/apimaster/nerkh

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

This package is auto-updated.

Last update: 2025-11-23 08:36:28 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.