This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require 'vendor/autoload.php'; | |
$seeuletter = new \Seeuletter\Seeuletter('VOTRE_CLE_API'); | |
$file = file_get_contents(BLOB); | |
$to_address = array( | |
'name' => 'Seeuletter', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Before, install Ilovepdf and Seeuletter with : | |
composer require ilovepdf/ilovepdf-php | |
and composer require seeuletter/seeuletter-php | |
*/ | |
require_once('vendor/autoload.php'); | |
use Ilovepdf\Ilovepdf; |