Download the PHP package i-lateral/silverstripe-checkout-stripe without Composer
On this page you can find all versions of the php package i-lateral/silverstripe-checkout-stripe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download i-lateral/silverstripe-checkout-stripe
More information about i-lateral/silverstripe-checkout-stripe
Files in i-lateral/silverstripe-checkout-stripe
Download i-lateral/silverstripe-checkout-stripe
More information about i-lateral/silverstripe-checkout-stripe
Files in i-lateral/silverstripe-checkout-stripe
Vendor i-lateral
Package silverstripe-checkout-stripe
Short Description Silverstripe module that add's Stripe payment integration to the checkout module
License BSD-3-Clause
Homepage http://github.com/i-lateral/silverstripe-checkout-stripe
Package silverstripe-checkout-stripe
Short Description Silverstripe module that add's Stripe payment integration to the checkout module
License BSD-3-Clause
Homepage http://github.com/i-lateral/silverstripe-checkout-stripe
Please rate this library. Is it a good library?
Informations about the package silverstripe-checkout-stripe
Silverstripe Checkout Stripe
Adds Stripe payment option to the checkout module.
Dependancies
Installation
Either install via composer:
i-lateral/silverstripe-checkout-stripe: *
Or download and install to the "checkout-stripe" directory in your project root.
Setup
Once installed you will need to add your API Keys (found in Stripe under "Account Settings").
Add all four these via Silverstripe config:
YML
StripePayment:
test_secret_key: test_xyz
test_publish_key: test_xyz
live_secret_key: live_xyz
live_publish_key: live_xyz
PHP
StripePayment::config()->test_secret_key = "test_xyz";
StripePayment::config()->test_publish_key = "test_xyz";
StripePayment::config()->live_secret_key = "live_xyz";
StripePayment::config()->live_publish_key = "live_xyz";
Now enable the stripe payment by logging into the CMS then visiting global site settings.
Now click the "Checkout" tab and under payment methods click "Add".
Now then select "Stripe" from the dropdown.
All versions of silverstripe-checkout-stripe with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
>=3.1
i-lateral/silverstripe-checkout Version *
stripe/stripe-php Version v3.*
i-lateral/silverstripe-checkout Version *
stripe/stripe-php Version v3.*
The package i-lateral/silverstripe-checkout-stripe contains the following files
Loading the files please wait ....