Download the PHP package kouinkouin/be-bank-transfer-message without Composer
On this page you can find all versions of the php package kouinkouin/be-bank-transfer-message. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kouinkouin/be-bank-transfer-message
More information about kouinkouin/be-bank-transfer-message
Files in kouinkouin/be-bank-transfer-message
Package be-bank-transfer-message
Short Description Generate and validate Belgian bank transfer structured messages
License MIT
Homepage https://github.com/kouinkouin/be-bank-transfer-message
Informations about the package be-bank-transfer-message
BE Bank Transfer Message
This package contains a validator and generator for structured messages included in Belgian bank transfers. Common use cases:
- Automatic generation of order invoices.
- Association of payment provider messages to orders stored in your application.
The structured message format adheres to the Febelfin Guidelines
Install
Via Composer
Usage
Generate a structured message
Based on a random number
Based on a predefined number
Change to a different predefined number
Or a random number
The default, valid circumfix of a structured message is the plus sign. Optionally, it's possible to use asterisks as a circumfix, if your formatting demands it.
Validate a structured message
A valid message
An invalid message
Additionally the setter method will throw an if the format of the structured message is not valid.
Testing
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.