PHPackages                             bineks/coinmarketcap - 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. bineks/coinmarketcap

ActiveLibrary

bineks/coinmarketcap
====================

Integration with CoinMarketCap.com for Laravel 5.5 and later

v1.0.3(7y ago)013MITPHPPHP &gt;=7.0

Since Dec 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bineks/coinmarketcap)[ Packagist](https://packagist.org/packages/bineks/coinmarketcap)[ RSS](/packages/bineks-coinmarketcap/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

[![Travis](https://camo.githubusercontent.com/8b1fef049b2052426388d8c0244da4b23c7bf67a09e11307442c3ee6a99b2e9b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f62696e656b732f636f696e6d61726b65746361702e7376673f6d61784167653d323539323030303f7374796c653d666c61742d737175617265)](https://travis-ci.org/bineks/coinmarketcap)[![Packagist](https://camo.githubusercontent.com/50a53afab4a649a2fd14207e1ecc41a544995a9c67bfb329d264b2c1ba0761f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62696e656b732f636f696e6d61726b65746361702e7376673f6d61784167653d323539323030303f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bineks/coinmarketcap)[![Packagist](https://camo.githubusercontent.com/009995554607ece5e85d4449e48b34f6cb6db0791670d56a0c8148c2abb98be0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696e656b732f636f696e6d61726b65746361702e7376673f6d61784167653d323539323030303f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bineks/coinmarketcap)[![StyleCI](https://camo.githubusercontent.com/a8359ca1382552b06cb5c606b91132e492c6f8da7638cff230a3bf03606877a8/68747470733a2f2f7374796c6563692e696f2f7265706f732f3136303139393139382f736869656c64)](https://styleci.io/repos/160199198)[![Scrutinizer](https://camo.githubusercontent.com/96e2eb13d0b1a0fe7813e022bac1d1fb5b6bb350d5a2e6346a21b4fc01333d32/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f62696e656b732f636f696e6d61726b65746361702e7376673f6d61784167653d32353932303030)](https://scrutinizer-ci.com/g/bineks/coinmarketcap/)

Integration with CoinMarketCap.com API v2 for Laravel 5.5 and later
-------------------------------------------------------------------

[](#integration-with-coinmarketcapcom-api-v2-for-laravel-55-and-later)

### Install

[](#install)

```
$ composer require "bineks/coinmarketcap"
```

### Config (optional) file 'config/services.php'

[](#config-optional-file-configservicesphp)

```
[
  'coinmarketcap' => [
    'cache' => [
      'timeout' => 5,              //seconds by default
      'prefix'  => 'coinmarkeycap' //default
    ]
  ]
]
```

### Using

[](#using)

```
use Bineks\Coinmarketcap\Services\CoinMarketCap;
use Illuminate\Routing\Controller

class Controller extends Controller
{
    use AuthorizesRequests, DispatchesJobs, ValidatesRequests;

    /**
     * @param CoinMarketCap $coinMarketCap
     * @throws \GuzzleHttp\Exception\GuzzleException
     */
    public function index(CoinMarketCap $coinMarketCap) {

       //Get all active cryptocurrency listings in one call.
       $coinMarketCap->getListings();

       //Get cryptocurrency ticker data in order of rank.
       $coinMarketCap->getTicker();

       //Get cryptocurrency ticker data. `Id` from "getListings" method.
       $coinMarketCap->getTickerById(1);

       //Get cryptocurrency ticker data.
       $coinMarketCap->getTickerBySymbol('ETH');
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

4

Last Release

2717d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/890e361b9c9733927c1184a750a941b19c4193794957a3f5292f0d3c44a7ba53?d=identicon)[Anatoliy-Gerasimov](/maintainers/Anatoliy-Gerasimov)

---

Top Contributors

[![Anatoliy-Gerasimov](https://avatars.githubusercontent.com/u/3063096?v=4)](https://github.com/Anatoliy-Gerasimov "Anatoliy-Gerasimov (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bineks-coinmarketcap/health.svg)

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

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[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)
