PHPackages                             kryptoexpress/kryptoexpress-php - 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. [API Development](/categories/api)
4. /
5. kryptoexpress/kryptoexpress-php

ActiveLibrary[API Development](/categories/api)

kryptoexpress/kryptoexpress-php
===============================

Framework-agnostic PHP SDK for the KryptoExpress API.

0.1.3(1mo ago)01MITPHPPHP ^8.2CI failing

Since Apr 14Pushed 1mo agoCompare

[ Source](https://github.com/kryptoexpress/kryptoexpress-php)[ Packagist](https://packagist.org/packages/kryptoexpress/kryptoexpress-php)[ Docs](https://kryptoexpress.pro)[ RSS](/packages/kryptoexpress-kryptoexpress-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

KryptoExpress PHP SDK
=====================

[](#kryptoexpress-php-sdk)

PHP SDK for the KryptoExpress API.

This package is framework-agnostic. It works in plain PHP and can be used as the core layer for framework or CMS integrations, including a future WooCommerce plugin.

Install
-------

[](#install)

```
composer require kryptoexpress/kryptoexpress-php
```

For PSR-18 mode install a PSR-18 client and PSR-17 factory, for example:

```
composer require symfony/http-client nyholm/psr7
```

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

[](#requirements)

- PHP 8.2 or newer
- `ext-json`
- `ext-hash`

Quick Start
-----------

[](#quick-start)

```
