PHPackages                             fm-labs/cakephp-mpay24 - 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. fm-labs/cakephp-mpay24

ActiveCakephp-plugin

fm-labs/cakephp-mpay24
======================

Mpay24 plugin for CakePHP

1.0.2(3y ago)044MITPHPPHP &gt;=8.0

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fm-labs/cakephp-mpay24)[ Packagist](https://packagist.org/packages/fm-labs/cakephp-mpay24)[ RSS](/packages/fm-labs-cakephp-mpay24/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Mpay24 plugin for CakePHP
=========================

[](#mpay24-plugin-for-cakephp)

CakePHP wrapper for Mpay24's official PHP SDK Client [MPAY24's official PHP SDK](https://github.com/mpay24/mpay24-php)

- Mpay24 GitHub:
- Mpay24 Docs:
- Mpay24 Demo:

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require fm-labs/cakephp-mpay24

```

```
// src/Application.php

class Application extends \Cake\Application {
    public bootstrap($configDir) {
        // ... your bootstrap code ...
        $this->addPlugin('FmLabs/Mpay24')
    }
}
```

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

[](#configuration)

```
// config/mpay24.php
