payplug / payplug-magento2

payplug/payplug-magento2

Payplug Payments module for Magento 2

  • PayPlug
magento2-module 2.4.6-2.4.9 Compatible Based on composer requirements only QA: pending MIT
Viewing version 2.5.0. Latest version is 4.7.0. Switch to latest

No README yet

The vendor hasn't published a README for this package. The latest version's install command is on the right.

2.5.0

  • NEW: Remove classes and methods specific to customer
  • NEW: Add Authentication class for method specific to login and account permissions
  • NEW: Add a method to patch payment

2.4.0

  • NEW: Support for __isset magic method in resources. This should bring Twig support.
    (Thanks oservieres)
  • NEW: Add a method to specify custom User-Agent products.

2.3.0

  • NEW: Support for Customer/Cards. (see official documentation)

  • NEW: Payment objects can now be aborted.

    $payment->abort();
    
  • Breaking change: Drop data key in objects collections (e.g. list of payments/list of refunds):

    $payments = \Payplug\Payment::listPayments();
    // $payment = $payments['data'][0]; // BEFORE
    $payment = $payments[0]; // NEW BEHAVIOR
    
    $refunds = \Payplug\Refund::listRefunds($payment);
    // $refund = $refunds['data'][0]; // BEFORE
    $refund = $refunds[0]; // NEW BEHAVIOR
    
  • Breaking change: Drop deprecated classes PayPlugException and PayPlugServerException (with two uppercase
    letters in PayPlug). If you use PayplugException* and PayplugServerException* classes (with one
    uppercase letter in Payplug), you have nothing to do.

  • NEW: This library is now under MIT Licence (Issue #4).

Versions
Version Stability QA Status Released
4.7.1-RC0 RC Not tested 2026-05-18 10:18:48
4.7.0 stable Fail 2026-04-29 07:50:37
4.6.3 stable Not tested 2026-03-12 16:37:25
4.6.2 stable Not tested 2026-02-11 10:38:23
4.6.1 stable Not tested 2026-01-14 17:18:38
4.6.0 stable Not tested 2025-11-17 16:50:56
4.5.0 stable Not tested 2025-09-03 13:26:18
4.3.4 stable Not tested 2025-04-28 07:48:09
4.3.3 stable Not tested 2025-04-14 07:23:44
4.3.2 stable Not tested 2025-04-07 07:10:42
4.3.0 stable Not tested 2025-03-19 14:00:40
4.2.0 stable Not tested 2025-01-13 10:32:15
4.1.0 stable Not tested 2024-10-30 16:41:59
4.0.0 stable Not tested 2024-09-04 07:35:02
1.27.4 stable Not tested 2024-05-02 09:48:51
1.27.3 stable Not tested 2024-03-28 13:36:53
1.27.2 stable Not tested 2023-10-26 14:42:18
1.27.1 stable Not tested 2023-10-16 15:03:38
1.27.0 stable Not tested 2023-09-21 11:51:53
1.26.0 stable Not tested 2023-09-06 14:02:18
1.25.0 stable Not tested 2023-07-10 10:04:28
1.24.1 stable Not tested 2023-02-24 13:17:28
3.5.5 stable Not tested 2022-12-29 10:18:25
1.24.0 stable Not tested 2022-12-15 15:46:58
1.23.1 stable Not tested 2022-11-04 09:47:04
1.23.0 stable Not tested 2022-09-29 12:18:44
1.22.0 stable Not tested 2022-06-22 10:16:22
1.21.2 stable Not tested 2022-06-09 08:58:17
1.21.1 stable Not tested 2022-06-07 15:05:15
1.21.0 stable Not tested 2022-05-11 12:55:24
1.20.1 stable Not tested 2022-03-01 13:40:36
3.5.4 stable Not tested 2022-01-20 10:20:31
3.5.3 stable Not tested 2021-12-24 13:23:52
3.5.2 stable Not tested 2021-12-16 13:54:14
1.20.0 stable Not tested 2021-12-09 17:07:00
3.5.1 stable Not tested 2021-11-23 15:44:03
3.5.0 stable Not tested 2021-11-18 15:13:07
1.19.0 stable Not tested 2021-11-15 16:46:01
3.4.1 stable Not tested 2021-11-08 13:06:38
1.18.0 stable Not tested 2021-10-12 06:53:09
3.4.0 stable Not tested 2021-10-01 14:22:35
1.17.0 stable Not tested 2021-09-20 11:36:47
3.3.3 stable Not tested 2021-08-27 15:30:41
1.16.1 stable Not tested 2021-07-21 08:23:11
3.3.2 stable Not tested 2021-04-07 14:08:28
1.16.0 stable Not tested 2021-03-15 11:36:24
1.14.0 stable Not tested 2021-02-10 09:47:42
1.13.0 stable Not tested 2021-01-12 09:41:41
3.3.1 stable Not tested 2021-01-11 17:12:00
1.12.0 stable Not tested 2020-10-09 11:38:34
1.10.0 stable Not tested 2020-09-02 15:22:17
1.9.0 stable Not tested 2020-08-05 12:23:18
3.3.0 stable Not tested 2020-05-04 15:16:08
1.8.0 stable Not tested 2020-04-14 08:28:56
1.7.0 stable Not tested 2020-02-20 09:37:53
3.2.0 stable Not tested 2020-02-14 15:53:17
1.6.0 stable Not tested 2020-02-11 09:29:00
1.5.4 stable Not tested 2019-10-14 08:54:07
1.5.2 stable Not tested 2019-09-13 08:30:40
1.5.0 stable Not tested 2019-09-03 09:50:42
3.1.0 stable Not tested 2019-08-23 12:34:35
3.0.0 stable Not tested 2019-07-04 09:56:22
1.4.0 stable Not tested 2019-06-03 09:14:03
1.3.0 stable Not tested 2019-05-29 14:37:28
1.2.0 stable Not tested 2019-05-23 14:59:31
1.1.0 stable Not tested 2019-05-03 12:20:37
2.7.0 stable Not tested 2019-04-29 11:38:20
2.6.0 stable Not tested 2019-01-16 08:48:14
2.5.1 stable Not tested 2018-04-26 15:07:36
2.5.0 stable Not tested 2018-04-04 10:37:39
2.4.0 stable Not tested 2016-09-07 12:57:05
2.2.1 stable Not tested 2016-03-08 20:03:46
2.2.0 stable Not tested 2015-11-13 12:16:40
2.3.0 stable Not tested 2015-05-06 00:00:00
2.0.0 stable Not tested 2015-05-06 00:00:00

Requires 8

Package Constraint
php ~8.1.0||~8.2.0||~8.3.0||~8.4.0
magento/framework 102.0.*|103.0.*
magento/module-payment 100.3.*|100.4.*
magento/module-checkout 100.3.*|100.4.*
magento/module-sales 102.0.*|103.0.*
payplug/payplug-php ^4.0.0
giggsey/libphonenumber-for-php ^8.10|^9.0
ext-openssl *

No QA results yet

QA pipelines haven't run for this version. Status appears here once the vendor publishes a tagged release that gets ingested.

License
MIT
Homepage
https://www.payplug.com
Authors
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.