Giter Site home page Giter Site logo

payummoneticobundle's Introduction

ekyna/PayumMoneticoBundle

Payum Bundle for Monetico (Credit Mutuel/CIC) payment gateway.

This bundle facilitates the integration of ekyna/payum-monetico in a Symfony application.

Build Status

Installation / Configuration

Only these few installation and configuration steps are needed, provided that you have a functional project with Symfony and Payum.

Get the files with Composer

$ composer require ekyna/payum-monetico-bundle:dev-master ekyna/payum-monetico:dev-master

Register the bundle

Add the dependency to your AppKernel.php file:

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \Ekyna\Bundle\PayumMoneticoBundle\EkynaPayumMoneticoBundle(),
    ]);
}

Setup the configuration

Declare the Monetico gateway in your app/config/config.yml file:

# app/config/config.yml
payum:
    gateways:
        ...
    
        monetico:
            factory: monetico

Setup the API parameters in your app/config/config.yml file:

# app/config/config.yml
ekyna_payum_monetico:
        api:
            bank : 'CIC'     # enum from Ekyna\Component\Payum\Monetico\Api\Api
            mode : 'TEST'    # enum from Ekyna\Component\Payum\Monetico\Api\Api
            tpe : 'your-tpe' # value from your Monetico account
            key : 'your-key' # value from your Monetico account
            company : 'acme' # value from your Monetico account
            debug : true

payummoneticobundle's People

Contributors

ekyna avatar jdubuisson avatar

Watchers

 avatar

Forkers

nicolasricci

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.