2017 © Pedro Peláez
 

library coinbase_connector

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

image

gustavtrenwith/coinbase_connector

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

  • Thursday, August 31, 2017
  • by gustavtrenwith
  • Repository
  • 0 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

coinbase-connector

OAuth2 Connector for the Coinbase Connect API, not covered by the official Coinbase PHP library, (*1)

Installation

Composer

Begin by installing this package through Composer., (*2)

composer require gustavtrenwith/coinbase_connector

Then run composer update, (*3)

Register Service Provider and Facade

Then register the service providers and Facades in config/app.php, (*4)

GustavTrenwith\Coinbase\CoinbaseConnectorServiceProvider::class,
'CoinbaseConnector' => GustavTrenwith\Coinbase\CoinbaseConnectorFacade::class,



Now you can use the ```CoinbaseConnector``` facade anywhere in your application ### Add the following environment variables to the `.env` file
COINBASE_AUTHORIZE_URI=https://www.coinbase.com/oauth/authorize COINBASE_ACCESS_TOKEN_URL=https://api.coinbase.com/oauth/token COINBASE_CLIENT_ID=your_client_id COINBASE_CLIENT_SECRET=your__client_secret

### Publish the config file Run the following command to automatically add the coinbase config file to the config directory
php artisan vendor:publish

Questions

Feel free to email me if you have any questions: gtrenwith@gmail.com, (*5)

The Versions

31/08 2017

dev-master

9999999-dev

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php oauth2 coinbase gustavtrenwith

31/08 2017

1.0.3

1.0.3.0

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php oauth2 coinbase gustavtrenwith

31/08 2017

1.0.2

1.0.2.0

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php oauth2 coinbase gustavtrenwith

31/08 2017

1.0.1

1.0.1.0

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php oauth2 coinbase gustavtrenwith

31/08 2017

1.0.0

1.0.0.0

A Connector package to handle the handshake during the OAuth2 part of the Coinbase Connect API

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php oauth2 coinbase gustavtrenwith