2017 © Pedro Peláez
 

symfony-bundle kj-payment-stripe-bundle

Payment Bundle providing access to the Stripe API

image

mediaarea/kj-payment-stripe-bundle

Payment Bundle providing access to the Stripe API

  • Tuesday, September 19, 2017
  • by MediaArea
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2,436 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 10 % Grown

The README.md

KJPaymentStripeBundle

Payment Bundle providing access to the Stripe API, (*1)

Installation

composer

composer require sopinet/kj-payment-stripe-bundle, (*2)

AppKernel

add to AppKernel:, (*3)

    new KJ\Payment\StripeBundle\KJPaymentStripeBundle(),

config.yml

// app/config/config.yml
kj_payment_stripe:
    api_key: sk_test_blablabla # ApiKey from Stripe
    api_version: "2016-07-06" # Last version from Stripe

Configuration in JMSPaymentBundle

You need add: "stripe_card_credit" method to your JMSPaymentBundle form, (*4)

Optional: configure form for credit card

You can use full form for credit card by default, with address options and others., (*5)

But you can configure another minimal form too, you can override this parameter so:, (*6)

payment.form.stripe_credit_card_type.class: KJ\Payment\StripeBundle\Form\StripeCreditCardMinimumType

By last, you could to do your own form too, (*7)

The Versions

19/09 2017

dev-master

9999999-dev https://github.com/kengjin/KJPaymentStripeBundle

Payment Bundle providing access to the Stripe API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Keng Jin Chew

payment symfony2 stripe

19/09 2017

dev-dependencies

dev-dependencies https://github.com/kengjin/KJPaymentStripeBundle

Payment Bundle providing access to the Stripe API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Keng Jin Chew

payment symfony2 stripe

21/05 2017

1.1.1

1.1.1.0 https://github.com/kengjin/KJPaymentStripeBundle

Payment Bundle providing access to the Stripe API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Keng Jin Chew

payment symfony2 stripe