madmis / bitstamp-api
This package is abandoned and no longer maintained.
No replacement package was suggested.
Bitstamp REST API php client
dev-master
2017-07-31 12:41 UTC
Requires
- php: ^7.1
- doctrine/annotations: ^1.4
- doctrine/collections: ^1.5
- madmis/exchange-api: ^0.1
- symfony/options-resolver: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.2
- symfony/console: ^3.3
This package is auto-updated.
Last update: 2024-11-05 20:18:51 UTC
README
Bitstamp provides REST APIs that you can use to interact with platform programmatically.
This API client will help you interact with Bitstamp by REST API.
License
MIT License
Kuna REST API Reference
Contributing
To create new endpoint - create issue or create pull request
Install
composer require madmis/bitstamp-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