mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

v0.9.8 2022-08-27 00:37 UTC

README

Coinbase LOGO

This package is designed to communicate easily with the Coinbase Pro API in PHP.

GitHub release (latest SemVer) GitHub Workflow Status (branch) PHPStan level Code Climate maintainability LICENSE BADGE Packagist PHP Version Support

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 changes
  • MINOR version when you add functionality in a backwards compatible manner
  • PATCH 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.