Download the PHP package tradesafe/magento2 without Composer
On this page you can find all versions of the php package tradesafe/magento2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tradesafe/magento2
More information about tradesafe/magento2
Files in tradesafe/magento2
Download tradesafe/magento2
More information about tradesafe/magento2
Files in tradesafe/magento2
Vendor tradesafe
Package magento2
Short Description TradeSafe, backed by Standard Bank, provides an escrow payments-based solution that integrates seamlessly with your existing Magento store.
License GPL-3.0
Package magento2
Short Description TradeSafe, backed by Standard Bank, provides an escrow payments-based solution that integrates seamlessly with your existing Magento store.
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2
Mage2 Module TradeSafe Payment Gateway
``tradesafe/magento2``
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
Main Functionalities
TradeSafe, backed by Standard Bank, provides an escrow payments-based solution that integrates seamlessly with your existing Magento store.
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/TradeSafe/PaymentGateway
- Enable the module by running
php bin/magento module:enable TradeSafe_PaymentGateway
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com
- public repository
packagist.org
- public GitHub repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require tradesafe/magento2
- enable the module by running
php bin/magento module:enable TradeSafe_PaymentGateway
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
- tradesafe - payment/tradesafe/*
Specifications
- Payment Method
- tradesafe
Attributes
All versions of magento2 with dependencies
PHP Build Version
Package Version
The package tradesafe/magento2 contains the following files
Loading the files please wait ....