PHP code example of ywatchman / laravel-epp
1. Go to this page and download the library: Download ywatchman/laravel-epp 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/ */
ywatchman / laravel-epp example snippets
'sidn' => [
'username' => env('SIDN_USERNAME'),
'password' => env('SIDN_PASSWORD'),
'hostname' => env('SIDN_HOSTNAME'),
'port' => env('SIDN_PORT', 700),
'timeout' => env('SIDN_TIMEOUT', 30),
],