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
Requires
- php: ~5.4
- doctrine/doctrine-bundle: 1.3.x-dev
- doctrine/orm: ~2.4
- stof/doctrine-extensions-bundle: dev-master
- stripe/stripe-php: ~1.12
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-12-21 19:31:40 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:
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.