https://github.com/fabienpapet/stripe-bundle
Stripe bundle for Symfony
https://github.com/fabienpapet/stripe-bundle
bundle php stripe symfony symfony-bundle webhooks
Last synced: 11 months ago
JSON representation
Stripe bundle for Symfony
- Host: GitHub
- URL: https://github.com/fabienpapet/stripe-bundle
- Owner: FabienPapet
- License: mit
- Created: 2022-01-04T15:39:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:23:29.000Z (over 1 year ago)
- Last Synced: 2025-04-13T16:12:51.822Z (12 months ago)
- Topics: bundle, php, stripe, symfony, symfony-bundle, webhooks
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/fpt/stripe-bundle)
[](https://packagist.org/packages/fpt/stripe-bundle)


[](https://packagist.org/packages/fpt/stripe-bundle)
# Stripe Bundle for Symfony
## Description
This bundle helps stripe integration in your Symfony application.
For now it allows you to:
- Handle stripe webhooks as Symfony events
## Next steps
- Redirect users to stripe dashboard
- Add stripe sync into your doctrine models (Customer, etc).
- If needed, integrate symfony messenger for async handling of webhooks
## Installation
Installation is automated via Symfony flex, if you don't use flex or want to install manually the bundle, please go to the [Manual installation](./docs/manual_installation.md) section of the documentation.
`composer require fpt/stripe-bundle`
## Documentation
- [How to handle stripe webhooks ?](docs/webhooks_as_symfony_events.md)
- [Webhook testing with symfony functional tests](docs/testing_webhooks.md)
- [Twig Function](docs/twig_functions_and_filters.md)
## Support - Contributing
- Feel free to open any issue about a missing feature or if you find a bug in this bundle.
- Contributions are welcome and encouraged.