Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.82 KB

Exchange Api

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