Download the PHP package leongrdic/pdf417 without Composer
On this page you can find all versions of the php package leongrdic/pdf417. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pdf417
PHP PDF417 generator
This is a fork of pdf417-php library by ihabunek, attempting to keep it's legacy alive as it appears to be the only open source PDF417 generation library for PHP. You can see the main differences below. It has been updated a bit mainly fixing a PHP 8.2 incompatibility issue and merging a few PRs. The idea is to eventually refactor all components and optimize the encoding algorithm. Thus, any contributions are more than welcome!
Requirements
- PHP 8.0+
- Extensions:
- fileinfo
- bcmath
- dom
- gd
- simplexml (for running tests)
Installation
Usage
Migration from ihabunek/pdf417-php
-
Notable namespace changes
- Added types to all properties and method parameters and returns
Contributions
Please help this library by testing it and submitting PRs for any fixes or improvement. Thank you!
All versions of pdf417 with dependencies
ext-dom Version *
ext-gd Version *
ext-bcmath Version *
intervention/image Version ^2.7