Download the PHP package fm-labs/cakephp-mpay24 without Composer
On this page you can find all versions of the php package fm-labs/cakephp-mpay24. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cakephp-mpay24
Mpay24 plugin for CakePHP
CakePHP wrapper for Mpay24's official PHP SDK Client MPAY24's official PHP SDK
- Mpay24 GitHub: https://github.com/mpay24/mpay24-php
- Mpay24 Docs: https://docs.mpay24.com/docs
- Mpay24 Demo: https://docs.mpay24.com/docs/get-started
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Configuration
Usage
Api Client
Testdata
All testdata in the official docs: https://docs.mpay24.com/docs/test-data
Credit cards
Test data:
Mastercard card number: 5555444433331111
Visa card number: 4444333322221111
Expiry date: arbitrary, see Test scenarios below
Test scenarios: Various scenarios results can be created by providing different expiry dates of the credit card for brand VISA and MASTERCARD:
Expiry | date month | status | returnCode | errNo | errText |
---|---|---|---|---|---|
01 | ERROR | DECLINED | 1 | ||
02 | ERROR | EXTERNAL_ERROR | 100 | Karte abgelaufen (card expired). | |
03 | ERROR | EXTERNAL_ERROR | 100 | ||
04 | ERROR | EXTERNAL_ERROR | 100 | ||
05 | OK | OK | |||
>= 06 | OK | REDIRECT |
All versions of cakephp-mpay24 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-soap Version *
cakephp/cakephp Version ^4.4
mpay24/mpay24-php Version ^5.1
ext-soap Version *
cakephp/cakephp Version ^4.4
mpay24/mpay24-php Version ^5.1
The package fm-labs/cakephp-mpay24 contains the following files
Loading the files please wait ....