Skip to content

Instantly share code, notes, and snippets.

View GautierT's full-sized avatar

Gautier GautierT

View GitHub Profile
<?php
require 'vendor/autoload.php';
$seeuletter = new \Seeuletter\Seeuletter('VOTRE_CLE_API');
$file = file_get_contents(BLOB);
$to_address = array(
'name' => 'Seeuletter',
@GautierT
GautierT / merge_pdf_and_send_it.php
Created October 10, 2017 11:31
Merge two PDF files with ILovePDF API then send it to the Seeuletter API.
<?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;