2017 © Pedro Peláez
 

library echofin-php

Echofin PHP Library

image

echofin/echofin-php

Echofin PHP Library

  • Tuesday, March 20, 2018
  • by echofin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Echofin PHP bindings

You can sign up for an Echofin account at https://www.echofin.co, (*1)

Requirements

PHP 5.4.0 and later., (*2)

Composer

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');

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., (*5)

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

Dependencies

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)

Documentation

Please see https://www.echofin.co/docs/api/ for up-to-date documentation., (*8)

The Versions

20/03 2018

dev-master

9999999-dev https://www.echofin.co/

Echofin PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

The Development Requires

api sdk echofin