Download the PHP package twint-ag/twint-magento-extension without Composer

On this page you can find all versions of the php package twint-ag/twint-magento-extension. 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 twint-magento-extension

TWINT Payment Module for Magento 2

This module provides seamless integration of the TWINT payment gateway with your Magento 2 store. It supports both Regular and Express Checkout payment methods, offering a flexible and secure payment solution for your customers.

Key Features

Language Support

This module supports the following languages:

Adding or Customizing Languages

To customize or add language support, follow these steps:

  1. Locate Language Files: Translation files are located in the i18n folder.
  2. Edit or Add Translations: use existing CSV files or create a new CSV for your desired language, following the Magento 2 translation format.
  3. Deploy Static Content (if in production mode): bash composer install twint-ag/twint-magento-extension bash bin/magento module:enable Twint_Magento bash bin/magento setup:upgrade && bin/magento setup:di:compile bash bin/magento setup:static-content:deploy bash bin/magento cache:clean && bin/magento cache:flush
    
    ## Configuration
  4. Navigate to TWINT settings:
    In your Magento admin panel, select TWINT from the main left sidebar.
  5. Set Up TWINT Credentials:
    Under the TWINT Credentials section, upload your TWINT certificate file and provide the necessary account details, including API credentials, to complete the integration setup.
  6. Configure Payment Methods:
    Navigate to TWINT Checkout and TWINT Express Checkout sections to configure the available payment options. Customize settings such as payment flow, button placement for Express Checkout, and other relevant details according to your store’s needs.
  7. Save Configuration:
    After completing the setup in each section, click Save to apply the changes.

Usage

Once installed and configured, TWINT will appear as a payment option in your Magento store during checkout. Customers can select TWINT, either for the full regular checkout process or via the streamlined Express Checkout button.

Support

For any issues or feature requests, please submit a GitHub issue or contact our support team at [email protected].

License

This module is licensed under the MIT License. See the LICENSE file for more details.


All versions of twint-magento-extension with dependencies

PHP Build Version
Package Version
No informations.
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 twint-ag/twint-magento-extension contains the following files

Loading the files please wait ....