FabienPapet / stripe-bundle

Stripe bundle for Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version PHP Version Require PHPUnit PHPStan License

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 section of the documentation.

composer require fpt/stripe-bundle

Documentation

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.

About

Stripe bundle for Symfony

License:MIT License


Languages

Language:PHP 100.0%