Skip to content

GekoCH/extended-fpdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPDF/FPDI Wrapper

A wrapper for FPDPF and FPDI.

Extended FPDF with helper methods, defaults to UTF-8. based on FPDF_EXTENDED.

Install

Via Composer

$ composer require Inteleon/extended-fpdf

Usage

When you bootstrap your application create an alias for fpdi_bridge

<?php

class_alias('Inteleon\Pdf\Bridge', 'fpdi_bridge');

License

The MIT License (MIT). Please see License File for more information.

Packages

No packages published

Languages

  • PHP 100.0%