mocking-magician / coinbase-pro-sdk
Library for coinbase pro API calls
Fund package maintenance!
MockingMagician
Installs: 3 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 1
Forks: 8
Open Issues: 0
Requires
- php: >=7.2
- ext-json: *
- ext-openssl: *
- amphp/websocket-client: ^1.0
- guzzlehttp/guzzle: ^6.0 | ^7.0
- psr/http-client: ^1.0
- symfony/yaml: ^4.0 | ^5.0
Requires (Dev)
- ext-pcntl: *
- friendsofphp/php-cs-fixer: ^2.16
- phpstan/phpstan: ^0.12.42
- phpunit/phpunit: ^7.5
- symfony/var-dumper: ^4.0
- vlucas/phpdotenv: ^4.0
README
This package is designed to communicate easily with the Coinbase Pro API in PHP.
Install the package
composer require mocking-magician/coinbase-pro-sdk
How to use the package
Please take the time to read the documentation carefully.
Versioning
Coinbase Pro SDK follow the semver specification
Given a version number
MAJOR.MINOR.PATCH
, increment the:
MAJOR
version when you make incompatible API changesMINOR
version when you add functionality in a backwards compatible mannerPATCH
version when you make backwards compatible bug fixes.Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
Zero version, specific case (as 0.y.z) during initial development:
Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Issues
Please, in case of discovery of any bug or security issues related to the package. Please launch an issue describing the problem and how to reproduce it.