Download the PHP package iulyanp/stripe-bundle without Composer

On this page you can find all versions of the php package iulyanp/stripe-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package stripe-bundle

IPStripeBundle

This is a symfony bundle that implements payment with Stripe library.

Requirements

The version 0.1.0 requires that you'll have already installed AsseticBundle.

Why to use it?

The most important thing you need to know when you choose to use this bundle is that your customer card information are safe. This means that the sensible information about the client credit card will never touch your servers.

Installation

Require the bundle

Update AppKernel.php

Add bundle routes to app/config/routing.yml file

Configure the bundle

Configure where to redirect after success payment

By default after success the bundle will redirect you to ip_stripe_success route. If you want to change this you just need to override the route_success parameter and set the correct route for you.

Configure the success payment template

By default the success template is set to 'IPStripeBundle:Stripe:success.html.twig' twig template. To override it you just need to add success_template in your parameters.yml file.

Change the stripe payment form template

By default the stripe payment form template is set to 'IPStripeBundle:Stripe:charge.html.twig' twig template. To override it you just need to add view_template in your parameters.yml file.

Example: Overriding The Default layout.html.twig¶

It is highly recommended that you override the Resources/views/layout.html.twig template so that the pages provided by the IPStripeBundle have a similar look and feel to the rest of your application. The following Twig template file is an example of a layout file that might be used to override the one provided by the bundle.


All versions of stripe-bundle with dependencies

PHP Build Version
Package Version
Requires symfony/framework-bundle Version ~3.0
symfony/monolog-bundle Version ^2.8
symfony/assetic-bundle Version ^2.8
stripe/stripe-php Version ^3.14
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iulyanp/stripe-bundle contains the following files

Loading the files please wait ....