PHPackages                             ramzinex/php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ramzinex/php

ActiveLibrary[API Development](/categories/api)

ramzinex/php
============

A PHP wrapper for Ramzinex's API

v1.1.1(3y ago)3201[1 PRs](https://github.com/ramzinex/php-sdk/pulls)MITPHPPHP &gt;=5.4.0

Since Sep 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ramzinex/php-sdk)[ Packagist](https://packagist.org/packages/ramzinex/php)[ Docs](https://github.com/ramzinex/php-sdk)[ RSS](/packages/ramzinex-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Ramzinex
========

[](#ramzinex)

[Ramzinex API Document](https://documenter.getpostman.com/view/15475713/UyxnD4dH)
=================================================================================

[](#ramzinex-api-document)

Installation
------------

[](#installation)

First of all, You need to make an account on Ramzinex exchange from [Ramzinex](https://ramzinex.com/exchange/pt/authentication)

After that you just need to pick your token

---

Use in these ways :

```
composer require ramzinex/php
```

or add

```
"ramzinex/php": "*"
```

to your composer.json file and then run

```
$ composer update
```

Usage
-----

[](#usage)

There is an example

```
require __DIR__ . '/vendor/autoload.php';
	$ramzinex_api = new \ramzinex\RamzinexApi('your authentication token',['Authorization2: Bearer Your-Token','x-api-key: YOUR_API_KEY','additional_header : ....']);

	$price =$ramzinex_api->getPrice(272);

	if($price['http_code'] == 200){
		return $price;
	}

/*
output
[
 "http_code" => 200
  "result" => [
    "status" => 0
    "data" => array:20 [
      "sell" => 433000
      "buy" => 380008
      "pair_id" => 272
      "icon" => "/exchange/img/coins/toncoin.png"
      "web_link" => "https://ramzinex.com/exchange/orderbook/272"
      "base_precision" => 2
      "quote_precision" => 0
      "base_currency_id" => 166
      "base_currency_symbol" => []
      "quote_currency_id" => 2
      "quote_currency_symbol" =>[]
      "price_step" => 433
      "amount_step" => 2.3
      "show_order" => 1000
      "url_name" => "toncoin-ton"
      "crypto_box" => 0
      "price_precision" => null
    ]
  ]
]
*/
```

راهنما
------

[](#راهنما)

### ساخت حساب کاربری

[](#ساخت-حساب-کاربری)

اگر در رمزینکس عضو نیستید میتوانید از [لینک عضویت](https://ramzinex.com/exchange/pt/authentication) ثبت نام کنید.

### مستندات

[](#مستندات)

برای مطالعه کامل مستندات رمزینکس به صفحه [مستندات رمزینکس](https://documenter.getpostman.com/view/15475713/UyxnD4dH) مراجعه کنید.

[![ramzinex](https://camo.githubusercontent.com/0c19f5623c50fc5e3350d63cb370ef669ea8fad2873e7123bfaa423a0f226bf4/68747470733a2f2f72616d7a696e65782e636f6d2f65786368616e67652f70742f7374617469632f6d656469612f6c6f676f2d6461726b2e32353432303063306336653265343837343036376462363165356234356366362e737667)](https://camo.githubusercontent.com/0c19f5623c50fc5e3350d63cb370ef669ea8fad2873e7123bfaa423a0f226bf4/68747470733a2f2f72616d7a696e65782e636f6d2f65786368616e67652f70742f7374617469632f6d656469612f6c6f676f2d6461726b2e32353432303063306336653265343837343036376462363165356234356366362e737667)

[https://ramzinex.com/](https://ramzinex.com)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1338d ago

Major Versions

0.1.0 → v1.0.02022-09-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/23e26232015f0c9e12fbbd603c77e1b1e3c5aa2a28f86b918ad82f5d0f6c5e85?d=identicon)[matinakh](/maintainers/matinakh)

---

Top Contributors

[![ramzinex](https://avatars.githubusercontent.com/u/112847346?v=4)](https://github.com/ramzinex "ramzinex (1 commits)")

---

Tags

apiramzinex

### Embed Badge

![Health badge](/badges/ramzinex-php/health.svg)

```
[![Health](https://phpackages.com/badges/ramzinex-php/health.svg)](https://phpackages.com/packages/ramzinex-php)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
