Link Search Menu Expand Document (external link)

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

Please take the time to read all the documentation carefully.

How do I access the features?

All the main and necessary functionalities to use this library are grouped in the CoinbaseFacade class.

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.