PHPackages                             cobo/cobo\_custody - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cobo/cobo\_custody

ActiveLibrary

cobo/cobo\_custody
==================

Cobo Custody php sdk

v0.2.30(1y ago)313.7k↓50%12[1 PRs](https://github.com/CoboGlobal/cobo-php-api/pulls)PHPPHP &gt;=7.0CI failing

Since Jun 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/CoboGlobal/cobo-php-api)[ Packagist](https://packagist.org/packages/cobo/cobo_custody)[ RSS](/packages/cobo-cobo-custody/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (33)Used By (0)

The Official PHP SDK for Cobo WaaS API
======================================

[](#the-official-php-sdk-for-cobo-waas-api)

[![License: GPL v2](https://camo.githubusercontent.com/6b639abd353f330706524560924b761ba87ba1895911daf38f4b71b9347bb94f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c5f76322d626c75652e737667)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)![GitHub Release](https://camo.githubusercontent.com/384d0b919d9dc16cf642a204d69ac4e357e79e6fd4ab09d1af599898441e39fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f436f626f476c6f62616c2f636f626f2d7068702d6170692e7376673f7374796c653d666c6174)

About
-----

[](#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
-------------

[](#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
-----

[](#usage)

### Before You Begin

[](#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

[](#requirements)

PHP 7.0 or newer.

### Installation

[](#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

```
{
  "require": {
    "cobo/cobo_custody": "0.2.30"
  }
}
```

### Code Sample

[](#code-sample)

#### Generate Key Pair

[](#generate-key-pair)

```
