PHPackages                             decode9/laravel-coinbase - 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. decode9/laravel-coinbase

ActiveLibrary

decode9/laravel-coinbase
========================

coinbase.com Wallet API integration for Laravel

04PHP

Since Nov 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/decode9/laravel-coinbase)[ Packagist](https://packagist.org/packages/decode9/laravel-coinbase)[ RSS](/packages/decode9-laravel-coinbase/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-coinbase
================

[](#laravel-coinbase)

Coinbase Wallet API for Laravel

Install
-------

[](#install)

#### Install via Composer

[](#install-via-composer)

```
composer require decode9/laravel-coinbase

```

Add the following lines to your `config/app.php`

```
'providers' => [
        ...
        decode9\coinbase\CoinbaseServiceProvider::class,
        ...
    ],

 'aliases' => [
        ...
        'Coinbase' => decode9\coinbase\CoinbaseAPIFacade::class,
    ],
```

Version
-------

[](#version)

0.0.1

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/25024663?v=4)[Jorge Bastidas](/maintainers/decode9)[@decode9](https://github.com/decode9)

---

Top Contributors

[![decode9](https://avatars.githubusercontent.com/u/25024663?v=4)](https://github.com/decode9 "decode9 (7 commits)")

### Embed Badge

![Health badge](/badges/decode9-laravel-coinbase/health.svg)

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

PHPackages © 2026

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