PHPackages                             olegisk/paycorp\_magento2 - 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. olegisk/paycorp\_magento2

ActiveMagento2-module

olegisk/paycorp\_magento2
=========================

Paycorp payment method for Magento2

1.0.0(4y ago)111Apache-2.0PHP

Since Feb 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/olegisk/paycorp_magento2)[ Packagist](https://packagist.org/packages/olegisk/paycorp_magento2)[ RSS](/packages/olegisk-paycorp-magento2/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Paycorp International (a wholly owned subsidiary of Bancstac) Payment Gateway for Magento 2.
============================================================================================

[](#paycorp-international-a-wholly-owned-subsidiary-of-bancstac-payment-gateway-for-magento-2)

[![Latest Stable Version](https://camo.githubusercontent.com/6a11e08d749cd533453ccd8e7d2f67f743bde4c3d94144fd6cd7b8e83e006e51/68747470733a2f2f706f7365722e707567782e6f72672f6f6c656769736b2f706179636f72705f6d6167656e746f322f76)](https://packagist.org/packages/olegisk/paycorp_magento2)[![Total Downloads](https://camo.githubusercontent.com/31065301c36d32792aa7d1bc043e97118edd820f8f5aaab1c22ecf863f530567/68747470733a2f2f706f7365722e707567782e6f72672f6f6c656769736b2f706179636f72705f6d6167656e746f322f646f776e6c6f616473)](https://packagist.org/packages/olegisk/paycorp_magento2)[![License](https://camo.githubusercontent.com/0e3643065c68f210f0267bc3d226cd090a73f7da9c632c92130bb12b081e35c7/68747470733a2f2f706f7365722e707567782e6f72672f6f6c656769736b2f706179636f72705f6d6167656e746f322f6c6963656e7365)](https://packagist.org/packages/olegisk/paycorp_magento2)

The plugin provides seamless PCI DSS certified payment processing for credit card payments.

Installation
------------

[](#installation)

### Composer

[](#composer)

1. Go to Magento2 root folder
2. Enter following commands to install extension:

    ```
    composer require olegisk/paycorp_magento2
    ```

    Wait while dependencies are updated.
3. Enter following commands to enable extension:

    ```
    php bin/magento module:enable Paycorp_Payments --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento cache:clean
    ```
4. If Magento is running in "production" mode, then also execute:

    ```
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    ```
5. Configure extension as per configuration instructions

### Manual Installation from Downloaded ZIP Archive

[](#manual-installation-from-downloaded-zip-archive)

1. In Magento root directory create folder named "paycorp\_src"
2. Upload extension ZIP archive into that folder. DO NOT extract archive!
3. Log in via SSH, go to Magento root folder and execute:

    ```
    composer config repositories.paycorp artifact /full/server/path/to/paycorp_src/
    ```

Where given path is a full server path of the folder containing ZIP archive with module.

```
composer require olegisk/paycorp_magento2
php bin/magento module:enable Paycorp_Payments --clear-static-content
php bin/magento setup:upgrade
php bin/magento cache:clean
```

If Magento is running in "production" mode, then also execute:

```
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```

4. Configure extension as per configuration instructions

### Update

[](#update)

Log in via SSH, go to Magento root folder and execute:

```
composer require olegisk/paycorp_magento2:VERSION --update-with-dependencies
php bin/magento setup:upgrade
```

### Removal

[](#removal)

Log in via SSH, go to Magento root folder and execute:

```
php bin/magento module:uninstall Paycorp_Payments --clear-static-content
composer remove olegisk/paycorp_magento2
php bin/magento setup:upgrade
```

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

[](#configuration)

1. Log in to Magento Admin
2. Go to Stores &gt; Configuration &gt; Sales &gt; Payment Methods to configure Paycorp settings.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

1552d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa72f6e1bffc605d5a820d61a4c62faa8e8c10be8df59867d87d94775b07f0e6?d=identicon)[olegisk](/maintainers/olegisk)

---

Top Contributors

[![olegisk](https://avatars.githubusercontent.com/u/871275?v=4)](https://github.com/olegisk "olegisk (3 commits)")

### Embed Badge

![Health badge](/badges/olegisk-paycorp-magento2/health.svg)

```
[![Health](https://phpackages.com/badges/olegisk-paycorp-magento2/health.svg)](https://phpackages.com/packages/olegisk-paycorp-magento2)
```

PHPackages © 2026

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