2017 © Pedro Peláez
 

symfony-bundle payment-bundle

Symfony Bundle for Stripe and paypal integration

image

docroms/payment-bundle

Symfony Bundle for Stripe and paypal integration

  • Monday, October 17, 2016
  • by docRoms
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

paymentBundle

Please do not use this Bundle Yet. ^^, (*1)

This Bundle is a test Bundle for Stripe integration (and paypal), (*2)

How to install ?

composer.json

Add this line :
"docroms/payment-bundle": "dev-master",
, (*3)

config.json

Add this lines :
, (*4)

payment:
    paypalMode: sandbox
    paypalIdentifiant: Id-Paypal
    paypalUserApi: User-Paypal
    paypalUserPassApi : Pass-Paypal
    paypalSignature : Signature-Paypal
    paypalClientId : ClientId-Paypal
    paypalSecret : Secret-Paypal
    stripeTestSecretKey : secretKey-Stripe
    stripeTestPublishableKey : publishableKey-Stripe
, (*5)

AppKernel.php

Add this lines on the Bundles array:
new \docroms\Bundle\PaymentBundle\PaymentBundle(), (*6)

How to use it?

On your controller :

You can just initialize the payment like that :
$genericPaid = $this->get('payment.paiement')
    ->init('stripe')
    ->getGeneratePay();
, (*7)

The Versions

17/10 2016

dev-master

9999999-dev

Symfony Bundle for Stripe and paypal integration

  Sources   Download

MIT

The Requires

 

payment payments stripe

07/07 2016

0.0.6

0.0.6.0

Symfony Bundle for Stripe and paypal integration

  Sources   Download

MIT

The Requires

 

payment payments stripe

07/07 2016

0.0.5

0.0.5.0

Symfony Bundle for Stripe and paypal integration

  Sources   Download

The Requires

 

07/07 2016

0.0.4

0.0.4.0

Symfony Bundle for Stripe and paypal integration

  Sources   Download

The Requires

 

07/07 2016

0.0.3

0.0.3.0

Symfony Bundle for Stripe and paypal integration

  Sources   Download

The Requires

 

07/07 2016

0.0.2

0.0.2.0

Symfony Bundle for Stripe and paypal integration

  Sources   Download

The Requires

 

07/07 2016

0.0.1

0.0.1.0

Symfony Bundle for Stripe and paypal integration

  Sources   Download

The Requires