Download the PHP package scribe/stripe-bundle without Composer
On this page you can find all versions of the php package scribe/stripe-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scribe/stripe-bundle
More information about scribe/stripe-bundle
Files in scribe/stripe-bundle
Package stripe-bundle
Short Description Symfony bundle to handle interaction with stripe.com payment api
License MIT
Homepage https://github.com/scribenet/ScribeStripeBundle
Informations about the package stripe-bundle
ScribeStripeBundle
Symfony bundle to handle interaction with stripe.com api for payments
Requirements
- You must register for an account and receive an API key from http://stripe.com/
- PHP5
- Curl PHP module
Installation
Add the following to your composer.json file in the require
block:
Issue a composer.phar update
to download your new package (this command will also update any outdated packages).
To register the bundle within your application, you must add the bundle to the AppKernel.php
file within the $bundles
array:
Configuration
Edit your symfony config.yml file and add, at a minimum, the following lines:
You may optionally configure the following items as well (show with their default values):
Usage
Minimal usage:
You can also use a collection of other fields (https://stripe.com/docs/api/php#create_charge) to pass additional data to Stripe.
License
Please see the LICENSE file distributed with this software.
All versions of stripe-bundle with dependencies
symfony/framework-bundle Version >=2.0
symfony/monolog-bridge Version >=2.0