fpt/stripe-bundle

Stripe bundle for Symfony 5.4 / 6 / 7

Fund package maintenance!
FabienPapet

Installs: 1 708

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 1

Open Issues: 2

Type:symfony-bundle

0.11 2023-10-22 12:06 UTC

This package is auto-updated.

Last update: 2024-04-22 13:56:37 UTC


README

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.