Download the PHP package tarcisioruas/php-bitgrail-sdk without Composer

On this page you can find all versions of the php package tarcisioruas/php-bitgrail-sdk. 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 php-bitgrail-sdk

PHP BITGRAIL API SDK

This project is designed to help you make your own projects that interact with the Bitgrail API. You can register buy, sell or cancel orders, request deposit address, withdraws and others features. This project seeks to have complete API coverage.

Installation

Click for help with installation ## Install Composer If the above step didn't work, install composer and try again. #### Debian / Ubuntu Composer not found? Use this command instead: #### Windows: [Download installer for Windows](https://getcomposer.org/doc/00-intro.md#installation-windows)

How To Use

Setting Security Params

To use private API you have to create keys pair to authenticate user at BitGrail.

Code Examples
Security

Setting security params.

Markets

Returns array with all tickers of all markets on BitGrail. `

Balances

Gets balances of all coins present on BitGrail you don't need parameters, except the authentication ones.

Ticker

Returns last ticker price details for a market.

OrderBook

Returns array composed by bids and asks of a market orderbook.

Trade History

Returns array of latest 500 transactions.

Open Orders

Get a list of open orders by a user.

Buy Order

Creates a buy order.

Sell Order

Creates a sell order.

Cancel Order

Cancels an order.

Latest Trades

Gets a list of latest trade of authenticated user.

Deposit Address

Gets a deposit address.

Deposit History

Gets a list of deposits of authenticated user.

Withdraw

Withdraws coins to other wallet / exchange.

Withdraw History

Get a list of withdrawals of authenticated user.

Development

Want to contribute? Great!

If you find a bug or want improve new features, be free to change de code and send a pull requests. You will be added to the developers list.

Donate

The developer spent a lot of time developing those classes. What about to contribute with some help? It will be cool to receive some XRB/MRai at xrb_31t8ncrcn1hr7xc7rpoqrjx9ufisgpaf9fbeg8nz7oyfcfd4ora7oadpjff8


All versions of php-bitgrail-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
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 tarcisioruas/php-bitgrail-sdk contains the following files

Loading the files please wait ....