PHPackages                             payfurl/module-payment - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. payfurl/module-payment

ActiveMagento2-module[Payment Processing](/categories/payments)

payfurl/module-payment
======================

1.4.3(1y ago)0921[3 PRs](https://github.com/payfurl/magento2/pulls)proprietaryPHP

Since Jun 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/payfurl/magento2)[ Packagist](https://packagist.org/packages/payfurl/module-payment)[ RSS](/packages/payfurl-module-payment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (63)Used By (0)

Prerequisite to Install Magento PayFURL Extension
-------------------------------------------------

[](#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:

```
php bin/magento setup:backup --code --media –db

```

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:

```
php -v

```

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

```
php bin/magento maintenance:enable

```

Install Magento PayFURL Extension Through Composer
--------------------------------------------------

[](#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

[](#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

[](#step-2-run-the-composer-command)

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

```
composer -v

```

or

```
composer –version

```

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.

```
composer require payfurl/module-payment

```

The extension requires a Marketplace account. Sign in to the [Marketplace or create an account](https://marketplace.magento.com/)if you don’t have one. Go to the My Profile -&gt; Marketplace tab and click Access keys:

[![My Profile -> Marketplace](.github/assets/install1.png)](.github/assets/install1.png)[![Access keys](.github/assets/install2.png)](.github/assets/install2.png)

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

[](#step-3-run-all-commands-to-update-the-changes)

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

```

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

How to configure PayFURL extension
----------------------------------

[](#how-to-configure-payfurl-extension)

Login to the admin interface and then go to the Stores -&gt; Configuration, then Sales -&gt; Payment Methods -&gt; Payment

[![PayFURL Configuration](.github/assets/install3.png)](.github/assets/install3.png)

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)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance43

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Recently: every ~38 days

Total

25

Last Release

470d ago

Major Versions

1.3.2 → v4.6.17.768-dev2024-10-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/6589fd877f22b76b204b1e62961597f23f27ed8434bbcc8aec4b4d32ae47dbfb?d=identicon)[David\_Cameron](/maintainers/David_Cameron)

---

Top Contributors

[![dcamdupe](https://avatars.githubusercontent.com/u/3490458?v=4)](https://github.com/dcamdupe "dcamdupe (58 commits)")[![alex-payfurl](https://avatars.githubusercontent.com/u/120605096?v=4)](https://github.com/alex-payfurl "alex-payfurl (57 commits)")

### Embed Badge

![Health badge](/badges/payfurl-module-payment/health.svg)

```
[![Health](https://phpackages.com/badges/payfurl-module-payment/health.svg)](https://phpackages.com/packages/payfurl-module-payment)
```

###  Alternatives

[adyen/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

1663.0M10](/packages/adyen-module-payment)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34263.8k1](/packages/checkoutcom-magento2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
