PHPackages                             netbull/mpay24-bundle - 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. [Payment Processing](/categories/payments)
4. /
5. netbull/mpay24-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

netbull/mpay24-bundle
=====================

Mpay24 wrapper bundle

v1.0.5(9y ago)21.1k↓100%1MITPHP

Since Feb 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/netbull/Mpay24Bundle)[ Packagist](https://packagist.org/packages/netbull/mpay24-bundle)[ RSS](/packages/netbull-mpay24-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Mpay24Bundle
============

[](#mpay24bundle)

This is Symfony bundle which works with [mpay24.com](https://www.mpay24.com/web/) payments.

[![Build Status](https://camo.githubusercontent.com/175bf63aebfc0fe041642f04d94f537c28ce622d5191a2886505cba1311cfe0a/68747470733a2f2f7472617669732d63692e6f72672f6e657462756c6c2f4d706179323442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/netbull/Mpay24Bundle)
[![SensioLabsInsight](https://camo.githubusercontent.com/011a660750cf91069d538160da2bd88e4d7f6993524e1aeb485df5441d7496f7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65366163323232352d386164662d346434312d383638632d3362343836343464313163632f6269672e706e67)](https://insight.sensiolabs.com/projects/e6ac2225-8adf-4d41-868c-3b48644d11cc)

Dependencies
============

[](#dependencies)

- [Mpay24](https://github.com/mpay24/mpay24-php)

Installation
============

[](#installation)

Step 1: Download the bundle
---------------------------

[](#step-1-download-the-bundle)

Type the following command in the Terminal or add it manually to the composer.json

```
$ composer require netbull/mpay24-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
