This package is designed to communicate easily with the Coinbase Pro API in PHP.
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 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.