dev-master
9999999-dev https://www.echofin.co/Echofin PHP Library
MIT
The Requires
- php >=5.4.0
- ext-curl *
- ext-json *
The Development Requires
api sdk echofin
Echofin PHP Library
You can sign up for an Echofin account at https://www.echofin.co, (*1)
PHP 5.4.0 and later., (*2)
You can install the bindings via Composer. Run the following command:, (*3)
composer require echofin/echofin-php
To use the bindings, use Composer's autoload:, (*4)
require_once('vendor/autoload.php');
If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php
file., (*5)
require_once('/path/to/echofin-php/init.php');
The bindings require the following extensions in order to work properly:, (*6)
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available., (*7)
Please see https://www.echofin.co/docs/api/ for up-to-date documentation., (*8)
Echofin PHP Library
MIT
api sdk echofin