simpleweb/stripe-bundle

Symfony2 bundle that makes it easier to integrate the Stripe API library

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 19

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 0.1.x-dev 2014-06-11 16:56 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:47:42 UTC


README

The StripeBundle makes it easier to integrate the Stripe API library.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Installation

All the installation instructions are located in the documentation.

Configuration

# app/config/routing.yml
simpleweb_stripe:
    resource: "@SimplewebStripeBundle/Resources/config/routing.yml"

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

StripeBundle is a Simpleweb initiative. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the GitHub issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.