Download the PHP package hellovoid/gdax without Composer

On this page you can find all versions of the php package hellovoid/gdax. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package gdax

Latest Stable Version Total Downloads License

GDAX PHP API Client Library

This is the unofficial client library for the GDAX API. Inspired by Coinbase PHP Library.

Installation

Install the library using Composer. Please read the Composer Documentation if you are unfamiliar with Composer or dependency managers in general.

Authentication

Use an API key, secret and passphrase to access your own GDAX account.

Response

Every successful method request returns decoded json array.

Pagination #ref

Your requests should use these cursor values when making requests for pages after the initial request.

Parameter Description
$before Request page before (newer) this pagination id. (default null)
$after Request page after (older) this pagination id. (default null)
$limit Number of results per request. Maximum 100. (default 100)

Accounts #ref

List Accounts

Account details

Account history

Account holds

Orders #ref

Place new order

Cancel an order

Cancel all orders

Cancel all orders for a specific product:

List orders

Get order details

Fills #ref

List fills

Funding #ref

List fundings

Get fundings with status "settled".

Repay

Margin Transfer #ref

Position #ref

Get overview of your profile

Close

Deposits #ref

Payment method

Coinbase

Deposit funds from a coinbase account.

Withdrawals #ref

Payment method

Coinbase

Withdrawal funds to a coinbase account.

Crypto

Withdrawal funds to a crypto address.

Payment methods #ref

Get a list of your payment methods.

Coinbase accounts #ref

Get a list of your coinbase accounts.

Reports #ref

Create a new report

Get report status

Products #ref

Get products

Get Product Order Book

Get Product Ticker

Get Product Trades

Get Historic Rates

Get 24hr Stats

Currencies #ref

Get Time #ref


All versions of gdax with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
guzzlehttp/guzzle Version ^6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hellovoid/gdax contains the following files

Loading the files please wait ....