PHP code example of hamza-rico / laravel-pingen-letter
1. Go to this page and download the library: Download hamza-rico/laravel-pingen-letter 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/ */
hamza-rico / laravel-pingen-letter example snippets
$client = PingenLetter::client();
$client->getLetter($id); // status + tracking
$client->cancelLetter($id); // cancel (only while submitted / print preparation)
$client->calculatePrice([...]); // price for a country + options
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.