ezsystems/payment-core-bundle

A unified API for processing payments with Symfony

Package info

github.com/ezsystems/JMSPaymentCoreBundle

Homepage

Type:symfony-bundle

pkg:composer/ezsystems/payment-core-bundle

Statistics

Installs: 265 181

Dependents: 2

Suggesters: 0

Stars: 2

v3.0.2 2022-05-31 14:23 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

Apache-2.0 0321be452b53c9981047e5259c0e7bc9fd73d28d

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

payment

This package is auto-updated.

Last update: 2026-06-29 01:50:39 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