Download the PHP package twala-io/twala-php without Composer
On this page you can find all versions of the php package twala-io/twala-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package twala-php
Twala PHP Library
This is the official Twala SDK for applications written in PHP.
Installation
Simply clone this repository and load it with a PSR-4 autoloader.
You can also install the latest version of Twala SDK by issuing the following command:
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
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: 7.3, 7.4, 8.0, 8.1, 8.2.
Getting Started
Please follow the installation procedure then create an entrypoint PHP file with the following:
API keys are optional when creating a new instance of \Twala\Sdk()
.
Please note that some parts of the API may require using your own API key.
Tests
To run the unit tests, use:
Troubleshooting
Should you face any issues, feel free to contribute to our troubleshooting process by forking the SDK and submitting pull requests for any changes. For reporting issues and tracking progress, create new issues within this GitHub repository.
Support
The most recent major release of twala-php
includes both new functionality and bug fixes. To take advantage of new features and bug patches, including those for security vulnerabilities, if you are using an earlier major version, we advise you to upgrade to the most recent version. Older major versions of the package will still be usable but won't receive updates.
All versions of twala-php with dependencies
sop/asn1 Version ~3.3
sop/crypto-encoding Version ~0.2.0
sop/crypto-types Version ~0.2.1
kornrunner/keccak Version ~1.0
ramsey/uuid Version ~4.7
web3p/ethereum-util Version ~0.1.4