https://github.com/mockingmagician/coinbase-pro-sdk
Coinbase Pro API SDK - Communicate easily with the Coinbase Pro API in PHP
https://github.com/mockingmagician/coinbase-pro-sdk
bitcoin blockchain coinbase crypto cryptocurrency ethereum php sdk
Last synced: about 1 year ago
JSON representation
Coinbase Pro API SDK - Communicate easily with the Coinbase Pro API in PHP
- Host: GitHub
- URL: https://github.com/mockingmagician/coinbase-pro-sdk
- Owner: MockingMagician
- License: mit
- Created: 2020-09-10T23:19:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T00:44:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-17T13:52:42.234Z (about 1 year ago)
- Topics: bitcoin, blockchain, coinbase, crypto, cryptocurrency, ethereum, php, sdk
- Language: PHP
- Homepage: https://mockingmagician.github.io/coinbase-pro-sdk/
- Size: 733 KB
- Stars: 23
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README

# This package is designed to communicate easily with the Coinbase Pro API in PHP.
      
## Install the package
```bash
composer require mocking-magician/coinbase-pro-sdk
```
## How to use the package
***Please take the time to read the [documentation](https://mockingmagician.github.io/coinbase-pro-sdk/) carefully.***
## Versioning
Coinbase Pro SDK follow the [semver specification](https://semver.org/)
>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](https://github.com/MockingMagician/coinbase-pro-sdk/issues/new/choose) describing the problem and how to reproduce it.***