Download the PHP package amwal/payments without Composer

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

Amwal

Amwal Payments Module for Magento 2

Latest Stable Version License Total Downloads Monthly Downloads PHP Version Require npm Static Code Analysis Mess Detector Integration Tests Deploy Continuous integration codecov

Amwal is an emerging leader in authentication, identity orchestration, and frictionless payment solutions.

Table of Contents

Getting started

Requirements

Supported Magento Versions

This module has been tested and is verified to work with the following Magento versions:

Magento Version Status
Magento 2.4.3 Integration Tests
Magento 2.4.5 Integration Tests
Magento 2.4.6 Integration Tests
Magento 2.4.7 Integration Tests

Composer Installation

To install the Module you will need to be using Composer in your project. To install it please see the docs.

This plugin integrates the Amwal Payments Service in your Magneto 2 store.

Manual Installation

  1. Download the zip from GitHub repo by clicking Code > Download Zip
  2. Go to your magento root directory in your server
  3. Go to app/code directory
  4. Create the directory "Amwal/Payments"
  5. Unzip the code in /app/code/Amwal/Payments

Enabling the plugin

From the command prompt or terminal run the following commands to enable the plugin:

  1. Enable the module in Magento

  2. Run the Magneto Setup Upgrade command, Compile DI, Deploy static content, and finally flush the cache

Configuration

To configure the plugin login to your store's admin panel and navigate to Stores > Configuration > Sales > Payment methods. Under the Amwal Payments tab set the "Enabled" configuration to "Yes" and fill in the required configuration values.

Configuration Description
Merchant ID This can be requested by signing up as a merchant here
Secret Key This can be requested by signing up as a merchant here

More Information

For more information about the Amwal and its features, visit amwal.tech.

Support

For any issues or questions, please reach out to [email protected].


All versions of payments with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0
giggsey/libphonenumber-for-php Version ^8.13.7
sentry/sdk Version ^3.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 amwal/payments contains the following files

Loading the files please wait ....