Download the PHP package markokeeffe/arb without Composer
On this page you can find all versions of the php package markokeeffe/arb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download markokeeffe/arb
More information about markokeeffe/arb
Files in markokeeffe/arb
Download markokeeffe/arb
More information about markokeeffe/arb
Files in markokeeffe/arb
Vendor markokeeffe
Package arb
Short Description Monitor Australian crypto markets for arbitrage opportunities.
License MIT
Package arb
Short Description Monitor Australian crypto markets for arbitrage opportunities.
License MIT
Please rate this library. Is it a good library?
Informations about the package arb
Arbitrage
Connect to Coinbase and BTC Markets to calculate how much money you could make buying from one and selling on the other.
Installation
- Composer install:
$ composer install
- Copy
/.env.example
to/.env
. - Get a Coinbase API key and secret, requires
wallet:payment-methods:read
andwallet:payment-methods:limits
permissions. - Put the values in the
/.env
file. - Get a BTC Markets API key and secret.
- Put the values in the `/.env
- Make the script executable
$ chmod +x arb.php
Usage
$ ./arb.php
Example output:
Run as a daemon
$ ./arb.php daemon
Runs the script as a daemon, checking every 10 minutes.
All versions of arb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
coinbase/coinbase Version ^2.5
vlucas/phpdotenv Version ^2.4
google/apiclient Version ^2.2
coinbase/coinbase Version ^2.5
vlucas/phpdotenv Version ^2.4
google/apiclient Version ^2.2
The package markokeeffe/arb contains the following files
Loading the files please wait ....