PHPackages                             sabramooz/laravel-binance - 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. sabramooz/laravel-binance

ActiveLibrary[API Development](/categories/api)

sabramooz/laravel-binance
=========================

Implementation of Binance trading API for Laravel

v1.1(5y ago)214926MITPHPPHP &gt;=7.2

Since Jan 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sabramooz/laravel-binance)[ Packagist](https://packagist.org/packages/sabramooz/laravel-binance)[ RSS](/packages/sabramooz-laravel-binance/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

laravel-binance
---------------

[](#laravel-binance)

Laravel implementation of the Binance crypto exchange trading API

[![Scrutinizer coverage](https://camo.githubusercontent.com/b1fb912a92fe0cfe9256ee2965f3642df4d185d9e16783d0837e56ba11c9c2f8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73616272616d6f6f7a2f6c61726176656c2d62696e616e63653f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/b1fb912a92fe0cfe9256ee2965f3642df4d185d9e16783d0837e56ba11c9c2f8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73616272616d6f6f7a2f6c61726176656c2d62696e616e63653f7374796c653d666f722d7468652d6261646765)

---

#### Install

[](#install)

```
composer require sabramooz/laravel-binance

```

---

Utilises autoloading in Laravel 5.5+. For older versions add the following lines to your `config/app.php`

```
'providers' => [
        ...
        sabramooz\binance\BinanceServiceProvider::class,
        ...
    ],

 'aliases' => [
        ...
        'Binance' => sabramooz\binance\BinanceAPIFacade::class,
    ],
```

---

#### Usage

[](#usage)

```
    $binance = new \sabramooz\binance\BinanceAPI();
    dump($binance->getAvgPrice("BTCUSDT"));
    dump($binance->getAvgPrice("ETHUSDT"));
```

---

##### Result

[](#result)

```
    array:2 [▼
      "mins" => 5
      "price" => "37009.43501853"
    ]
    array:2 [▼
      "mins" => 5
      "price" => "1407.75224237"
    ]

```

---

#### Binance API Doc

[](#binance-api-doc)

---

### 🙋 Contributing

[](#raising_hand-contributing)

If you find an issue or have a better way to do something, feel free to open an issue, or a pull request. If you use laravel-binance in your open source project, create a pull request to provide its URL as a sample application in the README.md file.

---

### ❗ Security

[](#exclamation-security)

If you discover any security-related issues, please email `pooya.alen1990@gmail.com` instead of using the issue tracker.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

2

Last Release

1939d ago

PHP version history (2 changes)v1.0PHP &gt;=5.6.4

v1.1PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/36910d34b41c61fe656269b87794ee1ca1b475e9f60bf232131501265534e1c2?d=identicon)[sabramooz](/maintainers/sabramooz)

---

Top Contributors

[![sabramooz](https://avatars.githubusercontent.com/u/7726076?v=4)](https://github.com/sabramooz "sabramooz (16 commits)")[![adman9000](https://avatars.githubusercontent.com/u/4179099?v=4)](https://github.com/adman9000 "adman9000 (5 commits)")[![ikidnapmyself](https://avatars.githubusercontent.com/u/13779866?v=4)](https://github.com/ikidnapmyself "ikidnapmyself (2 commits)")[![mahyar78](https://avatars.githubusercontent.com/u/21989323?v=4)](https://github.com/mahyar78 "mahyar78 (1 commits)")

---

Tags

apibinancelaravelapilaravelbinance

### Embed Badge

![Health badge](/badges/sabramooz-laravel-binance/health.svg)

```
[![Health](https://phpackages.com/badges/sabramooz-laravel-binance/health.svg)](https://phpackages.com/packages/sabramooz-laravel-binance)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[crypto-pay/binancepay

Binance Pay API for Laravel

222.3k](/packages/crypto-pay-binancepay)

PHPackages © 2026

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