PHPackages                             wishknish/knishio-client-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. wishknish/knishio-client-php

ActiveLibrary[API Development](/categories/api)

wishknish/knishio-client-php
============================

Knish.IO PHP API Client.

0.6.4(9mo ago)45951GPL-3.0-or-laterPHPPHP ^8.1

Since Aug 18Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/WishKnish/KnishIO-Client-PHP)[ Packagist](https://packagist.org/packages/wishknish/knishio-client-php)[ Docs](https://knish.io)[ RSS](/packages/wishknish-knishio-client-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (9)Versions (54)Used By (0)

 [![Knish.IO: Post-Blockchain Platform](https://raw.githubusercontent.com/WishKnish/KnishIO-Technical-Whitepaper/master/KnishIO-Logo.png)](https://raw.githubusercontent.com/WishKnish/KnishIO-Technical-Whitepaper/master/KnishIO-Logo.png)

info@wishknish.com |

Knish.IO PHP Client SDK
=======================

[](#knishio-php-client-sdk)

This is the official PHP implementation of the Knish.IO client SDK. Its purpose is to expose class libraries for building and signing Knish.IO Molecules, composing Atoms, generating Wallets, and much more.

Installation
------------

[](#installation)

The SDK can be installed via Composer:

```
composer require wishknish/knishio-client-php
```

**Requirements:**

- PHP 8.2 or higher
- Required extensions: `ext-json`, `ext-sodium`, `ext-mbstring`
- Composer for dependency management

After installation, include the autoloader in your project:

```
