PHPackages                             sadenergizer/laravel-bittrex - 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. sadenergizer/laravel-bittrex

ActiveLibrary[API Development](/categories/api)

sadenergizer/laravel-bittrex
============================

Bittrex API wrapper for Laravel

v1.0.1(8y ago)08MITPHPPHP &gt;=7.0.0

Since May 20Pushed 7y agoCompare

[ Source](https://github.com/SadEnergizer/laravel-bittrex)[ Packagist](https://packagist.org/packages/sadenergizer/laravel-bittrex)[ RSS](/packages/sadenergizer-laravel-bittrex/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel-Bittrex
===============

[](#laravel-bittrex)

Start trading on Bittrex right away using your favorite PHP framework.

### Installation

[](#installation)

`composer require pepijnolivier/laravel-bittrex`.

Add the service provider to your `config/app.php`:

```
'providers' => [
   Pepijnolivier\Bittrex\BittrexServiceProvider::class,
],

```

...run `php artisan vendor:publish` to copy the config file.

Edit the `config/bittrex.php` or add Bittrex api and secret in your `.env` file

```
BITTREX_KEY={YOUR_API_KEY}
BITTREX_SECRET={YOUR_API_SECRET}

```

Add the alias to your `config/app.php`:

```
'aliases' => [
    'Bittrex' => Pepijnolivier\Bittrex\Bittrex::class,
],

```

### Usage

[](#usage)

Please refer to the [Api Documentation](https://bittrex.com/home/api) for more info, or read the [docblocks](https://github.com/pepijnolivier/laravel-bittrex/blob/master/src/Client.php) !

```
use Pepijnolivier\Bittrex\Bittrex;

// public API methods
Bittrex::getMarkets();
Bittrex::getCurrencies();
Bittrex::getTicker($marker);
Bittrex::getMarketSummaries();
Bittrex::getMarketSummary($market);
Bittrex::getOrderBook($market, $type, $depth=20);
Bittrex::getMarketHistory($market);

// Public API 2.0 methods
Bittrex::getValidChartDataTickIntervals();
Bittrex::getChartData($market, $tickInterval='hour');

// market API methods
Bittrex::buyLimit($market, $quantity, $rate);
Bittrex::sellLimit($market, $quantity, $rate);
Bittrex::cancelOrder($uuid);
Bittrex::getOpenOrders($market=null);

// account API methods
Bittrex::getBalances();
Bittrex::getBalance($currency);
Bittrex::getDepositAddress($currency);
Bittrex::withdraw($currency, $quantity, $address, $paymentId=null);
Bittrex::getOrder($uuid);
Bittrex::getOrderHistory($market=null);
Bittrex::getWithdrawalHistory($currency=null);
Bittrex::getDepositHistory($currency=null);

```

This package is provided as-is. Do with it what you want ! PR's will be looked into. I personally believe in freedom and equality, which is one of the reasons I'm in crypto. It's also the reason I'm sharing most of the reusable code I write.

If you're feeling generous, you can always leave a tip. Any satoshi will do. May the chain be with you. And may you be with the chain.

BTC: `1N5ET46r5Z4HdfhRjGMp7SpEMPes9S1H9n`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~100 days

Total

2

Last Release

3179d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f594e6eb617822d7f11f1901ed0e6c2945b54d202e1fc1ce4397fcb2e8b447b3?d=identicon)[Mirror4u](/maintainers/Mirror4u)

---

Top Contributors

[![pepijnolivier](https://avatars.githubusercontent.com/u/2015108?v=4)](https://github.com/pepijnolivier "pepijnolivier (23 commits)")[![SadEnergizer](https://avatars.githubusercontent.com/u/22399742?v=4)](https://github.com/SadEnergizer "SadEnergizer (1 commits)")

### Embed Badge

![Health badge](/badges/sadenergizer-laravel-bittrex/health.svg)

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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