PHPackages                             cryptohopper/sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. cryptohopper/sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cryptohopper/sdk
================

Official PHP SDK for the Cryptohopper API. Typed exceptions, auto-retry on 429, full coverage of all 18 public API domains.

v0.1.0-alpha.2(1mo ago)00MITPHPPHP ^8.1CI passing

Since Apr 24Pushed 1mo agoCompare

[ Source](https://github.com/cryptohopper/cryptohopper-php-sdk)[ Packagist](https://packagist.org/packages/cryptohopper/sdk)[ Docs](https://www.cryptohopper.com)[ RSS](/packages/cryptohopper-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

Cryptohopper PHP SDK
====================

[](#cryptohopper-php-sdk)

[![Packagist](https://camo.githubusercontent.com/7bdb3a85b102483b6ddc767212c142b0267663f2da36d0e8f101ee0f45ab18f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63727970746f686f707065722f73646b3f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d776869746526696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/cryptohopper/sdk)[![Packagist downloads](https://camo.githubusercontent.com/422a0ab997bf0382060e4bb6463ffbb5103629d154bbca61e9d5970a6d6a9d9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63727970746f686f707065722f73646b3f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465266c6162656c3d646f776e6c6f616473)](https://packagist.org/packages/cryptohopper/sdk)[![PHP version](https://camo.githubusercontent.com/6f2bf109425bcf34b971b79d6594dea2ebced79d06285041f0e3415e0975e6e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f63727970746f686f707065722f73646b3f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](composer.json)[![CI](https://github.com/cryptohopper/cryptohopper-php-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/cryptohopper/cryptohopper-php-sdk/actions/workflows/ci.yml)[![License: MIT](https://camo.githubusercontent.com/f1ec2d443678c1336a5e0621e8e0a590f3f8bdbcabb4a77ad7b594aca827590c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63727970746f686f707065722f63727970746f686f707065722d7068702d73646b3f636f6c6f723d626c7565)](LICENSE)

Official PHP SDK for the Cryptohopper API — synchronous client, typed exceptions, auto-retry on 429, full coverage of all 18 public API domains.

**Deeper docs:** [Getting Started](docs/Getting-Started.md) · [Authentication](docs/Authentication.md) · [Error Handling](docs/Error-Handling.md) · [Rate Limits](docs/Rate-Limits.md)

Requirements
------------

[](#requirements)

- PHP 8.1+
- `guzzlehttp/guzzle` 7.8+ (installed as a dependency)

Install
-------

[](#install)

```
composer require cryptohopper/sdk
```

Quick start
-----------

[](#quick-start)

```
