2017 © Pedro Peláez
 

symfony-bundle mercadopago-bundle

This is a Symfony2 Bundle helps you use the mercadopago API

image

fabilocky/mercadopago-bundle

This is a Symfony2 Bundle helps you use the mercadopago API

  • Monday, July 3, 2017
  • by fabilocky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Mecadopago bundle para Symfony2

Este bundle te permite adaptar de manera rápida el api de Mercadopago a tu proyecto en Symfony., (*1)

Latest Stable Version Total Downloads Latest Unstable Version, (*2)

Licencia

License, (*3)

Instalación con composer

1 Agrega en la llave require del composer.json, (*4)

``` yml "require" : { "fabilocky/mercadopago-bundle": "dev-master", }, (*5)


``` bash $ composer update

2 Agrega tus credenciales de mercadopago a tu proyecto:, (*6)

Configura tus credenciales

app/config/config.yml

fabilocky_mercadopago: client_id: xxxxxx client_secret: xxxxxxx sandbox: true, (*7)


**3** Registra el bundle en ``app/AppKernel.php`` ``` php $bundles = array( // ... new Fabilocky\MercadopagoBundle\FabilockyMercadopagoBundle(), );

Comienza

  • Crea el objeto mercadopago:

``` php <?php // src/Acme/DemoBundle/Controller/DemoController.php, (*8)

namespace Acme\DemoBundle\Controller;, (*9)

// ..., (*10)

class DemoController extends Controller {, (*11)

public function indexAction()
{
    // Crea el objeto MP
    $mp = $this->get('fabilocky_mercadopago')->getMp();
    // Crea un token
    $token = $mp->get_access_token();
}

}, (*12)

- Crea las entidades con la consola:

``` bash
$ php app/console doctrine:schema:update --force

Para más información sobre el API

https://developers.mercadopago.com/, (*13)

The Versions

03/07 2017

dev-master

9999999-dev https://github.com/fabilocky/MercadopagoBundle

This is a Symfony2 Bundle helps you use the mercadopago API

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Fabian Serafini

api payment symfony2 bundle mercadopago pago tarjeta credito