phillopp/laravel-banking

There is no license information available for the latest version (0.0.5) of this package.

Laravel Package with Banking Functions

Installs: 96

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phillopp/laravel-banking

0.0.5 2024-03-30 11:04 UTC

This package is auto-updated.

Last update: 2025-09-15 19:40:32 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