madmis/bitfinex-api

Bitfinex REST API php client

dev-master 2017-07-28 16:08 UTC

This package is auto-updated.

Last update: 2024-04-05 17:58:36 UTC


README

SensioLabsInsight Latest Stable Version Total Downloads License

Bitfinex provides REST APIs that you can use to interact with platform programmatically.

This API client will help you interact with Bitfinex by REST API.

License

MIT License

Kuna REST API Reference

https://bitfinex.readme.io/v2/docs/rest-general

Contributing

To create new endpoint - create issue or create pull request

Install

composer require madmis/bitfinex-api

Usage

Mapping

Error handling

Running the tests

To run the tests, you'll need to install phpunit. Easiest way to do this is through composer.

composer install

Running Unit tests

php vendor/bin/phpunit -c phpunit.xml.dist