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

This package is auto-updated.

Last update: 2024-09-15 17:29:09 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