jms/payment-core-bundle

A unified API for processing payments with Symfony

Maintainers

👁 johannes

Package info

github.com/schmittjoh/JMSPaymentCoreBundle

Homepage

Type:symfony-bundle

pkg:composer/jms/payment-core-bundle

Statistics

Installs: 748 159

Dependents: 50

Suggesters: 0

Stars: 194

Open Issues: 23

1.4.1 2019-02-20 18:43 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache2 c9052c9720203ce92584e0e57096532005cfbe1a

  • Paulo Rodrigues Pinto <regularjack.woop@gmail.com>
  • Johannes M. Schmitt <schmittjoh.woop@gmail.com>
  • Contributors

payment

This package is auto-updated.

Last update: 2026-06-22 00:02:20 UTC


README

A unified API for processing payments with Symfony

👁 Build Status
👁 Total Downloads
👁 Packagist Version

This bundle provides the foundation for using different payment backends in Symfony projects. It abstracts away the differences between payment protocols and offers a simple and unified API for performing financial transactions.

Features:

  • Simple, unified API (integrate once and use any payment provider)
  • Persistence of financial entities (such as payments, transactions, etc.)
  • Transaction management including retry logic
  • Encryption of sensitive data
  • Supports many payment backends out of the box
  • Easily support other payment backends

Documentation

View Documentation

License