Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T00:44:23.000Z (about 2 years ago)
- Last Synced: 2024-11-09T17:18:56.696Z (5 days ago)
- Topics: bitcoin, blockchain, coinbase, crypto, cryptocurrency, ethereum, php, sdk
- Language: PHP
- Homepage: https://mockingmagician.github.io/coinbase-pro-sdk/
- Size: 733 KB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
![Coinbase LOGO](./docs/assets/images/coinbase-pro-sdk-min.png "Coinbase LOGO")
# This package is designed to communicate easily with the Coinbase Pro API in PHP.
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/MockingMagician/coinbase-pro-sdk) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/MockingMagician/coinbase-pro-sdk/Testing%20suite/master?label=tests) ![PHPStan level](https://img.shields.io/badge/phpstan-level%207-success) ![](https://img.shields.io/badge/coverage-88%25-green) ![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/MockingMagician/coinbase-pro-sdk?label=code%20climate) ![LICENSE BADGE](https://img.shields.io/packagist/l/mocking-magician/coinbase-pro-sdk?color=blue) ![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/mocking-magician/coinbase-pro-sdk)
## 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.***