https://github.com/simpleweb/stripebundle
Symfony2 bundle that makes it easier to integrate the Stripe API library
https://github.com/simpleweb/stripebundle
Last synced: 11 months ago
JSON representation
Symfony2 bundle that makes it easier to integrate the Stripe API library
- Host: GitHub
- URL: https://github.com/simpleweb/stripebundle
- Owner: simpleweb
- Created: 2014-04-09T12:53:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T16:57:27.000Z (about 12 years ago)
- Last Synced: 2025-03-02T03:41:35.576Z (over 1 year ago)
- Language: PHP
- Size: 258 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimplewebStripeBundle
===================
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](https://github.com/simpleweb/StripeBundle/blob/master/Resources/doc/index.md)
Installation
------------
All the installation instructions are located in the documentation.
Configuration
-------------
```yaml
# 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](https://github.com/simpleweb/StripeBundle/blob/master/Resources/meta/LICENSE)
About
-----
StripeBundle is a [Simpleweb](https://github.com/simpleweb) initiative.
See also the list of [contributors](https://github.com/simpleweb/StripeBundle/contributors).
Reporting an issue or a feature request
---------------------------------------
Issues and feature requests are tracked in the [GitHub issue tracker](https://github.com/simpleweb/StripeBundle/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.