madmis/exchange-api

Common functions for cryptocurrency exchange api

0.1.3 2017-07-27 06:59 UTC

This package is auto-updated.

Last update: 2024-04-05 18:01:42 UTC


README

Common functions for cryptocurrency exchange api

SensioLabsInsight Build Status Coverage Status Latest Stable Version Total Downloads License

License

MIT License

Contributing

create issue or create pull request

Install

composer require madmis/exchange-api

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 {project_dir}/tests/web/router.php

Running Unit tests

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