Skip to content

apimaster-ir/nerkh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nerkh

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.