- PHP >= 8.1, < 8.6
- Symfony ^6.0 || ^7.0 || ^8.0
- Composer 2
The bundle pulls in digitick/sepa-xml and brick/math as dependencies.
composer require nowo-tech/sepa-payment-bundleRegister the bundle in config/bundles.php:
<?php
return [
// ...
Nowo\SepaPaymentBundle\NowoSepaPaymentBundle::class => ['all' => true],
];If you use Symfony Flex, the bundle is registered automatically when you require it.
The bundle works with sensible defaults. To customize behaviour, add or edit config/packages/nowo_sepa_payment.yaml. See Configuration for all options.
- Configuration — configuration options and defaults
- Usage — generating SEPA XML, validation, and examples
- Commands — console commands (IBAN validation, CCC conversion, etc.)