PHP code example of oncloud / visma-dinero

1. Go to this page and download the library: Download oncloud/visma-dinero 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/ */

    

oncloud / visma-dinero example snippets


return [
    'client_id' => env('DINERO_CLIENT_ID'),
    'client_secret' => env('DINERO_CLIENT_SECRET'),
    'organization_id' => env('DINERO_ORGANIZATION_ID'),
    'redirect_url' => 'http://localhost/dinero/callback',
];
bash
php artisan vendor:publish --tag="dinero-config"