1. Go to this page and download the library: Download casdr/laravel-moneybird 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/ */
return [
'redirect_uri' => 'urn:ietf:wg:oauth:2.0:oob',
'client_id' => 'ij8uhui34g1409fn', // The client ID of your Moneybird application
'client_secret' => 'hu4ht89y0rfhbsduofas', // The client secret of your Moneybird application
'authorization_token' => '', // The authorization token for your account (https://developer.moneybird.com/authentication/#authentication) (optional)
'access_token' => '', // The access token for your account (optional)
'administration_id' => '' // The administration ID you want to use (optional)
];