Skip to content

Coinbase helper packages for coinbase cloud commerce

Notifications You must be signed in to change notification settings

jeybin/coinbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel wrapper for the Coinbase Commerce API

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

About

Coinbase helper packages for coinbase cloud commerce

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages