Download the PHP package payfurl/module-payment without Composer

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

Prerequisite to Install Magento PayFURL Extension

To install this Magento extension, it is recommended to switch to the development environment – don’t install Magento extensions directly in the production environment. Back up your Magento store before installing the Magento extension:

Make sure to take the latest backup of your Magento production store.

Run the following command:

Or you can also take a manual backup by copying your Magento directory.

Check the PHP version: Some extensions require a higher or lower PHP version. Check your current PHP version by running the command:

Enable Maintenance Mode: Enable maintenance mode before installing the extension to avoid any user issues. To enable maintenance mode run below command

Install Magento PayFURL Extension Through Composer

This requires complete shell SSH access to your server. If you don’t have this, please ask the service provider for it, or you can run it through the terminal on your local machine.

Step 1: Connect to SSH

After getting the SSH credentials, login to the terminal or command line through SSH. You can also use Putty to connect to SSH.

Step: 2 Run the composer command

Check the Composer version. Some extensions have dependencies with Composer versions. Run this command to check:

or

If your Magento version is below 2.4.2, the Composer version should be v1.

For Magento 2.4.2 and above, Composer v1 and v2 are allowed.

In this guide, we are working with Magento 2.4.6. Install the required Composer version following the guide on getcomposer.org.

Start the Composer installation.

The extension requires a Marketplace account. Sign in to the Marketplace or create an account if you don’t have one. Go to the My Profile -> Marketplace tab and click Access keys:

If you don’t have any keys, generate them. Make sure the status of the keys is enabled.

Public key is the username.

Private key is the password.

Copy the public key and paste it to the username. You will be asked to save the credentials for later use. Please type “Y” if you want to save the settings.

Let the extension install completely. Run “composer update” after installing the Magento extension.

Step: 3 Run all commands to update the changes

Check to see if your admin and front store are working properly.

How to configure PayFURL extension

Login to the admin interface and then go to the Stores -> Configuration, then Sales -> Payment Methods -> Payment

You need to select the environment and fill in Public Key and Secret Key fields. Make sure to use the right key for the environment (use the test key in sandbox and the live key in production)


All versions of module-payment with dependencies

PHP Build Version
Package Version
Requires magento/framework Version *
payfurl/phpsdk Version >=2.1.2
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 payfurl/module-payment contains the following files

Loading the files please wait ....