Download the PHP package haithemdev/flouci-bundle without Composer
On this page you can find all versions of the php package haithemdev/flouci-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package flouci-bundle
Flouci Symfony Bundle
A robust Symfony bundle for integrating the Flouci Payment Gateway API v2. This bundle is designed for modern Symfony applications, offering support for multiple API accounts (static or dynamic), event-driven architecture, and built-in webhook handling.
Features
- ✅ Simple & Advanced Configuration: Single account or multiple account support.
- ✅ Dynamic Accounts: Create Flouci services on-the-fly for different clients (multi-tenancy).
- ✅ Event-Driven: Listen to
FlouciEvents::PAYMENT_VERIFIEDto handle post-payment logic. - ✅ Built-in Webhook: Ready-to-use controller for payment notifications.
- ✅ Developer Friendly: Strong typing and custom exceptions for easy debugging.
Installation
Configuration
Simple Mode (Standard)
Advanced Mode (Multiple Accounts)
Usage
1. Generating a Payment Link
2. Handling Payments (Events)
Create a listener to handle successful payments:
3. Dynamic Client Accounts (No configuration needed)
If your API keys are stored in a database (per client):
Built-in Webhook
This bundle includes a ready-to-use webhook route. Just point Flouci's webhook settings to:
https://your-app.com/flouci/webhook/default
Testing
License
MIT
All versions of flouci-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
symfony/framework-bundle Version ^6.0|^7.0
symfony/http-client Version ^6.0|^7.0
symfony/framework-bundle Version ^6.0|^7.0
symfony/http-client Version ^6.0|^7.0
The package haithemdev/flouci-bundle contains the following files
Loading the files please wait ...