echofin/echofin-php

Echofin PHP Library

dev-master 2018-03-20 16:03 UTC

This package is not auto-updated.

Last update: 2024-06-01 09:28:27 UTC


README

You can sign up for an Echofin account at https://www.echofin.co

Requirements

PHP 5.4.0 and later.

Composer

You can install the bindings via Composer. Run the following command:

composer require echofin/echofin-php

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

Manual Installation

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file.

require_once('/path/to/echofin-php/init.php');

Dependencies

The bindings require the following extensions in order to work properly:

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.

Documentation

Please see https://www.echofin.co/docs/api/ for up-to-date documentation.