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
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
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.