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
Requires
- setasign/fpdf: ^1.8
- setasign/fpdi: ^2.0
- symfony/filesystem: ~3.4.4
- symfony/security-core: ~3.4.4
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2026-02-21 10:48:46 UTC
README
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