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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

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

PHP Build Version
Package Version
Requires php Version >=7.3
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package twala-io/twala-php contains the following files

Loading the files please wait ....