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

ActiveLibrary[API Development](/categories/api)

ypho/bittrex
============

API Wrapper for the Bittrex cryptocurrency exchange

31623PHP

Since Jun 14Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Ypho/Bittrex)[ Packagist](https://packagist.org/packages/ypho/bittrex)[ RSS](/packages/ypho-bittrex/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bittrex API Wrapper
===================

[](#bittrex-api-wrapper)

This package is a wrapper for the Bittrex.com Exchange. It can be used to check the current market, check your portfolio and place buy and sell orders.

Requirements
============

[](#requirements)

- Account on bittrex.com, with an API key and API secret.

Usage
=====

[](#usage)

Install this package using:

```
composer require ypho/bittrex

```

Create an instance of the bittrex object, and call one of the available methods.

```
use Ypho\Bittrex\Client;

$key = 'here-comes-the-api-key-from-bittrex';
$secret = 'this-is-the-api-secret-from-bittrex';

// Create a new Bittrex client object
$btx = new Client($key, $secret);

// Get the current values for the BTC-LTC market
$ticker = $btx->ticker('BTC-LTC);

// Get the current orderbook for the BTC-DGB market
$oderBook = $btx->orderBook('BTC-DGB');

// Get your open orders for the BTC-ETH market
$orders = $btx->orderHistory('BTC-ETH);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1beed62e171411d8d12ed81f47a1c71b056a4748e39ec012bd8a6775419017d7?d=identicon)[Ypho](/maintainers/Ypho)

---

Top Contributors

[![ypho](https://avatars.githubusercontent.com/u/7271977?v=4)](https://github.com/ypho "ypho (3 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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