Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coboglobal/cobo-php-api
Cobo Custody Php SDK
https://github.com/coboglobal/cobo-php-api
bitcoin blockchain cryptocurrency custody
Last synced: 3 days ago
JSON representation
Cobo Custody Php SDK
- Host: GitHub
- URL: https://github.com/coboglobal/cobo-php-api
- Owner: CoboGlobal
- License: gpl-2.0
- Created: 2021-06-22T10:10:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T07:44:21.000Z (3 months ago)
- Last Synced: 2024-10-06T16:47:33.885Z (about 1 month ago)
- Topics: bitcoin, blockchain, cryptocurrency, custody
- Language: PHP
- Homepage: https://cobo.com/custody
- Size: 279 KB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# The Official PHP SDK for Cobo WaaS API
[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![GitHub Release](https://img.shields.io/github/release/CoboGlobal/cobo-php-api.svg?style=flat)]()## About
This repository contains the official PHP SDK for Cobo WaaS API, enabling developers to integrate with Cobo's Custodial
and/or MPC services seamlessly using the PHP programming language.## Documentation
To access the API documentation, navigate to
the [API references](https://www.cobo.com/developers/api-references/overview/).For more information on Cobo's PHP SDK, refer to
the [PHP SDK Guide](https://www.cobo.com/developers/sdks-and-tools/sdks/waas/php).## Usage
### Before You Begin
Ensure that you have created an account and configured Cobo's Custodial and/or MPC services.
For detailed instructions, please refer to
the [Quickstart](https://www.cobo.com/developers/get-started/overview/quickstart) guide.### Requirements
PHP 7.0 or newer.
### Installation
The cobo_custody library can be conveniently installed using Composer.
- first you need to install [Composer](https://getcomposer.org/)
- then add dependency in composer.json
```json
{
"require": {
"cobo/cobo_custody": "0.2.30"
}
}
```### Code Sample
#### Generate Key Pair
```php
getAccountInfo();?>
```