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

ActiveLibrary[API Development](/categories/api)

koolm/laravel-bittrex
=====================

A simple wrapper to seamlessly communicate with the Bittrex API

1.0.0(7y ago)113MITPHP

Since Jun 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Jasonkoolman/laravel-bittrex)[ Packagist](https://packagist.org/packages/koolm/laravel-bittrex)[ RSS](/packages/koolm-laravel-bittrex/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Bittrex
===============

[](#laravel-bittrex)

Communicate with the Bittrex API.

Configuration
-------------

[](#configuration)

Publish the default configuration:

```
php artisan vendor:publish --provider="Koolm\Bittrex\BittrexServiceProvider"

```

Add your Bittrex client credentials to the environment variables:

```
BITTREX_KEY=key
BITTREX_SECRET=secret

```

Usage
-----

[](#usage)

```
use Koolm\Bittrex\Facades\Bittrex;

// Public API
Bittrex::getMarkets();
Bittrex::getCurrencies();
Bittrex::getTicker($market);
Bittrex::getMarketSummaries();
Bittrex::getMarketSummary($market);
Bittrex::getOrderBook($market, $type);
Bittrex::getMarketHistory($market);

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

// Account API
Bittrex::getBalances();
Bittrex::getBalance($currency);
Bittrex::getDepositAddress($currency);
Bittrex::withdraw($currency, $quantity, $address, $paymentid);
Bittrex::getOrder($uuid);
Bittrex::getOrderHistory($market);
Bittrex::getWithdrawalHistory($currency);
Bittrex::getDepositHistory($currency);

```

See  for the documentation.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Unknown

Total

1

Last Release

2889d ago

### Community

Maintainers

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

---

Top Contributors

[![Jasonkoolman](https://avatars.githubusercontent.com/u/422729?v=4)](https://github.com/Jasonkoolman "Jasonkoolman (2 commits)")

---

Tags

phpapilaravelcryptoexchangebittrex

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[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)[nickurt/laravel-postcodeapi

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

97221.2k](/packages/nickurt-laravel-postcodeapi)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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