inteleon/extended-fpdf

Extended FPDF

1.0.0 2016-04-08 12:38 UTC

This package is not auto-updated.

Last update: 2024-04-24 21:47:49 UTC


README

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.