PHPackages                             twala-io/twala-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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. twala-io/twala-php

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

twala-io/twala-php
==================

The official Twala SDK for applications written in PHP.

0.1(2y ago)222GPL-3.0PHPPHP &gt;=7.3

Since Oct 24Pushed 2y ago2 watchersCompare

[ Source](https://github.com/twala-io/twala-php)[ Packagist](https://packagist.org/packages/twala-io/twala-php)[ RSS](/packages/twala-io-twala-php/feed)WikiDiscussions master Synced 1mo ago

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

Twala PHP Library
=================

[](#twala-php-library)

This is the official Twala SDK for applications written in PHP.

### Installation

[](#installation)

Simply clone this repository and load it with a [PSR-4](https://www.php-fig.org/psr/psr-4/) autoloader.

You can also install the latest version of Twala SDK by issuing the following command:

```
composer require twala-io/twala-php

```

This SDK has no external dependencies in production. This means you can use this library in any PHP project even when you don’t have access to Composer.

### Requirements

[](#requirements)

This SDK requires PHP 7.3 or later with the following extensions:

- sop/asn1
- sop/crypto-types
- sop/crypto-encoding
- web3p/ethereum-util
- kornrunner/keccak
- ramsey/uuid

Supported PHP [Versions](https://www.php.net/supported-versions.php): 7.3, 7.4, 8.0, 8.1, 8.2.

### Getting Started

[](#getting-started)

Please follow the [installation procedure](#installation) then create an entrypoint PHP file with the following:

```
