meraproject/vendor/setasign/fpdi-fpdf
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00
..
composer.json Initial commit: Merakomis portal, Docker stack and user-reader API. 2026-06-24 11:04:05 +03:00
LICENSE.txt Initial commit: Merakomis portal, Docker stack and user-reader API. 2026-06-24 11:04:05 +03:00
README.md Initial commit: Merakomis portal, Docker stack and user-reader API. 2026-06-24 11:04:05 +03:00

FPDI-FPDF

A kind of metadata package for Composer with fixed dependencies for the latest versions of FPDI and FPDF.

Installation with Composer

$ composer require setasign/fpdi-fpdf:2.3

or you can include the following in your composer.json file:

{
    "require": {
        "setasign/fpdi-fpdf": "^2.3"
    }
}