phillopp / laravel-banking
There is no license information available for the latest version (0.0.5) of this package.
Laravel Package with Banking Functions
0.0.5
2024-03-30 11:04 UTC
Requires
- illuminate/contracts: ^9.19
- illuminate/support: ^9.19
- jschaedl/iban-validation: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.5.10
This package is auto-updated.
Last update: 2025-03-15 18:38:45 UTC
README
Laravel Package based on
- IBAN Validation based on: jschaedl/iban-validation
Benötigte Config
company.php
<?php return [ /* ... */ 'name' => 'My Company', // Default Value, if Accountholder is not set 'bankaccounts' => [ 'nameOrNumber' => [ 'iban' => 'IBAN123467543', 'bic' => 'BICCCC', 'bank' => 'BANKNAME', 'accountholder' => 'My Accountholder' ] ], /* ... */ ];
Purpose-Code-Data from: https://www.iso20022.org/catalogue-messages/additional-content-messages/external-code-sets