Skip to content

wemakecustom/MangoPayBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started With WeMakeCustom MangoPayBundle

A bundle to wrappe and simplify the use of Mango Pay 2 Api.

Use this bundle at your own risk.

Prerequisites

Symfony 2.3+
Php 4.4+

Installation

Installation is a quick 3 step process:

  1. Download MangoPayBundle using composer
  2. Enable the Bundle
  3. Configure your config.yml

Step 1: Download MangoPayBundle using composer

Add MangoPayBundle in your composer.json:

{
    "require": {
        "wemakecustom/mango-pay-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update wemakecustom/mango-pay-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new WMC\MangoPayBundle\WMCMangoPayBundle(),
    );
}

Step 3: Configure your config.yml

# app/config/config.yml

wmc_mongo_pay:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages