PHPackages                             jeybin/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. [Payment Processing](/categories/payments)
4. /
5. jeybin/coinbase

ActiveLibrary[Payment Processing](/categories/payments)

jeybin/coinbase
===============

The helper package for coinbase cloud commerce

1.0.3.1(3y ago)010MITPHP

Since Sep 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jeybin/coinbase)[ Packagist](https://packagist.org/packages/jeybin/coinbase)[ RSS](/packages/jeybin-coinbase/feed)WikiDiscussions master Synced 1mo ago

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

Laravel wrapper for the Coinbase Commerce API
=============================================

[](#laravel-wrapper-for-the-coinbase-commerce-api)

Installation
------------

[](#installation)

You can install the package via composer:

```
  composer require jeybin/coinbase
```

The service provider will automatically register itself.

You must publish the config file with:

```
  php artisan coinbase:install
```

This is the contents of the config file that will be published at config/coinbase.php:

```
 return [
    'COINBASE_API_KEY'     => env('COINBASE_API_KEY',null),
    'COINBASE_API_VERSION' => env('COINBASE_API_VERSION',null),
    'providers' => [
        // Other Service Providers

        Jeybin\Coinbase\Providers\CoinbaseServiceProvider::class,
    ],
];
```

Useful links
------------

[](#useful-links)

- [Laravel](https://laravel.com/docs/9.x)
- [Coinbase Docs](https://docs.cloud.coinbase.com/commerce/docs)
- [Coinbase API References](https://docs.cloud.coinbase.com/commerce/reference/getcharges)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

6

Last Release

1337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43aa6da4b21c153b17508135de7fde9f34ee9c2f532d64dc0cca1b82ee973307?d=identicon)[jeybin](/maintainers/jeybin)

### Embed Badge

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

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

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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