PHP code example of kogol1 / raiffeisenbank-premium-api-laravel

1. Go to this page and download the library: Download kogol1/raiffeisenbank-premium-api-laravel library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kogol1 / raiffeisenbank-premium-api-laravel example snippets


(new BankAccount("1234567890"))->getTransactions();
bash
php artisan vendor:publish --tag="raiffeisenbank-premium-api-laravel-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="raiffeisenbank-premium-api-laravel-config"