PHP code example of adequaat / laravel-postnl-api

1. Go to this page and download the library: Download adequaat/laravel-postnl-api 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/ */

    

adequaat / laravel-postnl-api example snippets


 // Will be filled in later on
bash
php artisan vendor:publish --tag="postnl-api-config"