PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Coinbase API Commerce   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Coinbase API Commerce
Manage payments using the Coinbase API
Author: By
Last change:
Date: 1 year ago
Size: 428 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/coinbase-commerce", "description": "Coinbase commerce api", "type": "library", "require": { "mateodioev/request": "^2.0" }, "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\CoinbaseCommerce\\": "src/" } }, "authors": [ { "name": "Mateodioev", "email": "orehurcomito@gmail.com" } ] }