royopa/alphapdf

There is no license information available for the latest version (1.2) of this package.

Unofficial git repo of Martin Hall-May's AlphaPDF FPDI extension

1.2 2018-02-14 19:24 UTC

This package is auto-updated.

Last update: 2024-04-21 06:34:46 UTC


README

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality

AlphaPDF is a PHP class which allows to generate watermarks on PDF files. This class uses the library FPDI

Install

To install with composer:

composer require royopa/alphapdf

Example

use Royopa\AlphaPDF\AlphaPDF;
use Royopa\AlphaPDF\WaterMark;
use Royopa\AlphaPDF\Fpdi;

Tests

From the project directory, tests can be ran using:

./vendor/bin/phpunit