1. Go to this page and download the library: Download gdinko/pdfmatrix-sdk 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/ */
gdinko / pdfmatrix-sdk example snippets
use Gdinko\PdfMatrix\Facades\PdfMatrix;
$me = PdfMatrix::me();
dd($me);
use Gdinko\PdfMatrix\Facades\PdfMatrix;
//Account information
PdfMatrix::me(): array
//PDF Generation
PdfMatrix::pdf(PdfRequestInterface $request)
//PDF Storage
PdfMatrix::listMyFiles(): array
PdfMatrix::getFile($hash): string
PdfMatrix::deleteFile($id): array