Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T21:39:21.000Z (about 2 months ago)
- Last Synced: 2024-10-25T13:50:33.000Z (21 days ago)
- Topics: bundle, php, stripe, symfony, symfony-bundle, webhooks
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version](http://poser.pugx.org/fpt/stripe-bundle/version)](https://packagist.org/packages/fpt/stripe-bundle)
[![PHP Version Require](http://poser.pugx.org/fpt/stripe-bundle/require/php)](https://packagist.org/packages/fpt/stripe-bundle)
![PHPUnit](https://github.com/FabienPapet/stripe-bundle/actions/workflows/php.yml/badge.svg)
![PHPStan](https://img.shields.io/badge/PHPStan-level%209-brightgreen.svg?style=flat)
[![License](http://poser.pugx.org/fpt/stripe-bundle/license)](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.