madmis/wexnz-api

This package is abandoned and no longer maintained. No replacement package was suggested.

Wex.nz REST API php client

dev-master 2017-11-28 07:20 UTC

This package is not auto-updated.

Last update: 2020-01-24 17:29:29 UTC


README

SensioLabsInsight Build Status Coverage Status Latest Stable Version Total Downloads License

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

This API client will help you interact with Wex.nz by REST API.

License

MIT License

Btc-e REST API Reference

Public API - https://wex.nz/api/3/docs

Trade API - https://wex.nz/tapi/docs

Push API - https://wex.nz/pushAPI/docs

Contributing

create issue or create pull request

Install

composer require madmis/wexnz-api 1.0.*

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

Tests required running php built in server on 8000 port.

php -S localhost:8000

Running Unit tests

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