PHPackages                             sparepay/magento2-payment-module - 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. sparepay/magento2-payment-module

ActiveMagento2-module

sparepay/magento2-payment-module
================================

Spare Payment Magento 2 payment module

01PHP

Since Jan 25Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Spare Payment Module for Magento 2
==================================

[](#spare-payment-module-for-magento-2)

This is a Payment Module for Magento 2 Community Edition, that gives you the ability to process payments through payment service providers.

Requirements
------------

[](#requirements)

- Magento 2 Community Edition 2.x (Tested up to 2.3.7 / 2.4.2)
- Composer 2.x

Installation (composer)
-----------------------

[](#installation-composer)

- Install **Composer** - [Composer Download Instructions](https://getcomposer.org/doc/00-intro.md)
- Install Payment Module

    ```
    $ composer require sparepay/magento2-payment-module
    ```
- Enable Payment Module

    ```
    $ php bin/magento module:enable SparePay_SparePay
    ```

    ```
    $ php bin/magento setup:upgrade
    ```
- If you are not running your Magento installation in compiled mode, skip to the next step. If you are running in compiled mode, complete this step:

    ```
    $ php bin/magento setup:di:compile
    ```
- Deploy Magento Static Content (**Execute If needed**)

    ```
    $ php bin/magento setup:static-content:deploy en_GB en_US
    ```

Installation (manual)
---------------------

[](#installation-manual)

- Download the Payment Module , unpack it and upload its contents to a new folder `/app/code/SparePay/SparePay/` of your Magento 2 installation
- Enable Payment Module

    ```
    $ php bin/magento module:enable SparePay_SparePay --clear-static-content
    ```

    ```
    $ php bin/magento setup:upgrade
    ```
- If you are not running your Magento installation in compiled mode, skip to the next step. If you are running in compiled mode, complete this step:

    ```
    $ php bin/magento setup:di:compile
    ```
- Deploy Magento Static Content

    ```
    $ php bin/magento setup:static-content:deploy -f
    ```

Configuration
-------------

[](#configuration)

- Login inside the **Admin Panel** and go to `Stores` -&gt; `Configuration` -&gt; `Sales` -&gt; `Payment Methods`
- If the Payment Module Panel `Spare Payment` is not visible in the list of available Payment Methods, go to `System` -&gt; `Cache Management` and clear Magento Cache by clicking on `Flush Magento Cache`
- Go back to `Payment Methods` and click the button `Configure` under the payment method `Spare Payment` to expand the available settings
- Set `Enabled` to `Yes`, set the correct credentials, select your prefered transaction types and additional settings and click `Save config`

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/88a9e403f21686523184363e20e409bf8925db29cc6a4c0517af13290b45337c?d=identicon)[BTYassin](/maintainers/BTYassin)

---

Top Contributors

[![YassinBTaher](https://avatars.githubusercontent.com/u/75974113?v=4)](https://github.com/YassinBTaher "YassinBTaher (6 commits)")[![YassinBenTaher](https://avatars.githubusercontent.com/u/66250010?v=4)](https://github.com/YassinBenTaher "YassinBenTaher (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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