inteleon/extended-fpdf

Extended FPDF

Installs: 36 606

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 1

Open Issues: 0

pkg:composer/inteleon/extended-fpdf

1.0.0 2016-04-08 12:38 UTC

This package is not auto-updated.

Last update: 2025-10-09 05:12:59 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.