kosar501 / ramzinex-sdk
A PHP wrapper for Ramzinex's API
v0.1.0-alpha
2023-06-25 06:22 UTC
Requires
- php: >=7.4.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-03-29 01:07:31 UTC
README
Ramzinex API Document
Installation
First of all, You need to make an account on Ramzinex exchange from Ramzinex
After that you just need to pick your token
Use in these ways :
composer require kosar501/ramzinex-sdk
Usage
There is an example
require __DIR__ . '/vendor/autoload.php'; $ramzinex_api = new \ramzinex\new RamzinexApi('ramzinex_secretkey','ramzinex_apikey'); $price =$ramzinex_api->getPrice(272); if($price['http_code'] == 200){ return $price; }
راهنما
ساخت حساب کاربری
اگر در رمزینکس عضو نیستید میتوانید از لینک عضویت ثبت نام کنید.
مستندات
برای مطالعه کامل مستندات رمزینکس به صفحه مستندات رمزینکس مراجعه کنید.