Download the PHP package futureecom/omnipay-tranzila without Composer

On this page you can find all versions of the php package futureecom/omnipay-tranzila. 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 omnipay-tranzila

Omnipay Tranzila

Tranzila gateway for Omnipay payment processing library.

Note: This package uses the modern Tranzila API. Redirect functionality has been removed in favor of the handshake-based iframe integration for better PCI compliance. For advanced integration details, see the official Tranzila documentation.

Documentation

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

And run composer to update your dependencies:

Basic Usage

The following gateways are provided by this package:

For general usage instructions, please see the main Omnipay repository.

Authorization

Authorization operations support two methods:

Method 1: Credit Card Details

Method 2: Token + Expiry

Capture

Capture operations require all 4 pieces of information:

Method 1: Transaction Reference + Authorization Number + Token + Expiry

Method 2: Transaction Reference + Authorization Number + Credit Card Details

Void

Void operations require both transaction reference and authorization number:

Note: Void operations may not work on Tranzila test accounts. This is a limitation of the Tranzila sandbox environment. For more details, see the Tranzila API documentation.

Note: Void responses have a simpler format than other transactions. A successful void returns {"error_code":0,"message":"Success"} without a transaction_result object.

Reversal

Reversal operations require transaction reference, authorization number, and either token+expiry or card details:

Alternative: Using Card Details

Note: Reversal operations require the original transaction reference, authorization number, and either the token with expiry or complete card details from the original transaction.

Verification

Verification operations support two methods:

Method 1: Credit Card Details

Method 2: Token + Expiry

Purchase

Purchase operations support two methods:

Method 1: Credit Card Details

Method 2: Token + Expiry

Refund

Refund operations require authorization number + transaction reference + either token+expiry OR card details:

Method 1: Authorization Number + Transaction Reference + Token + Expiry

Method 2: Authorization Number + Transaction Reference + Credit Card Details

Setting the Terminal Password

Some Tranzila API operations (such as the handshake/iframe token request) require both the terminal name and the terminal password. You can set the terminal password using:

Example: Handshake with Terminal Password

Handshake (Iframe Token)

Supported Methods

This gateway supports the following payment methods:

Supported Currencies

The gateway supports the following currencies:

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you want to keep up to date with release announcements and discuss the project in general, please join the mailing list and follow us on Twitter.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.


All versions of omnipay-tranzila with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
ext-curl Version *
ext-json Version *
omnipay/common Version ^3.0
symfony/http-client Version ^7.1
guzzlehttp/guzzle Version ^7.0
php-http/guzzle7-adapter Version ^1.0
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 futureecom/omnipay-tranzila contains the following files

Loading the files please wait ....