Download the PHP package relaypay/payment without Composer

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

Magento2-Relaypay Payment module overview

RelayPay helps boost sales by giving your customers the ability to pay by credit card or from the security of their RelayPay accounts.

During checkout, the customer is redirected to the secure RelayPay site to complete the payment information.

The customer is then returned to your store to complete the remainder of the checkout process.

This extension is allows payments using the RelayPay (https://www.relaypay.com/) payment gateway.

How install module

  1. First download the Magento module (RelayPay_Payment) from the store and unzip the module

  2. Use the Ftp client to upload or copy to extension in your [magento_root]/app/code directory

  3. After upload module path will be [magento_root]/app/code/RelayPay/Payment

  4. Open the command line (connect ssh) and go to the Magento root directory then execute one by one below commands:

  5. Enable and configure RelayPay in Magento Admin under Stores/Configuration/Payment Methods/RelayPay

System Configuration

  1. open Magento 2 Admin and Go Store > Configuration > Sales > Payment Methods and select RelayPay

  2. Enable payement method

  3. Here you can see multiple configuration setting

    Enabled : Enable payment method Title : Specify a custom title for the payment method for checkout Environment : Choose sandbox or production Merchant ID (Sandbox) : Specify Merchant ID for sandbox environment Public Key (Sandbox) : Specify Public Key for sandbox Secret Key / Private Key (Sandbox) : Specify Secret Key or Private Key for sandbox environment Merchant ID (Production) : Specify Merchant ID for production environment Public Key (Production) : Specify Public Key for production environment Secret Key / Private Key (Production) : Specify Secret Key or Private key for production environment

  4. Specify title for the payment method for frontend checkout

  5. Choose your environment sandbox or production from the dropdown

  6. Specify Merchant ID, publicKey, and secretKey or privateKey which you can get from Merchant Dashboard

  7. Fill the Merchant ID, publicKey, and secretKey or privateKey in the input fields

  8. Save Config

  9. Clear the cache

Copyright © 2021 RelayPay Development Inc. All rights reserved.


All versions of payment 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 relaypay/payment contains the following files

Loading the files please wait ...