madmis / exchange-api
Common functions for cryptocurrency exchange api
Installs: 3 131
Dependents: 8
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: ^7.1
- guzzlehttp/guzzle: ^6.3
- guzzlehttp/psr7: ^1.4
- symfony/property-access: ^3.3
- symfony/serializer: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2024-11-05 19:22:02 UTC
README
Common functions for cryptocurrency exchange api
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