amoktar / zend-barcode
Programmatically create and render barcodes as images or in PDFs
v3.0.0
2022-10-15 13:59 UTC
Requires
- php: ^5.6 || ^7.0 || ^8.0
- zendframework/zend-servicemanager: ^2.7.8 || ^3.3
- zendframework/zend-stdlib: ^2.7.7 || ^3.1
- zendframework/zend-validator: ^2.10.1
Requires (Dev)
- phpunit/phpunit: ^5.7.23 || ^6.4.3
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-config: ^2.6 || ^3.1
- zendframework/zendpdf: ^2.0.2
Suggests
- zendframework/zendpdf: ZendPdf component
This package is auto-updated.
Last update: 2024-10-15 20:28:50 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-barcode.
Zend\Barcode
provides a generic way to generate barcodes. The Zend\Barcode
component is divided into two subcomponents: barcode objects and renderers.
Objects allow you to create barcodes independently of the renderer. Renderer
allow you to draw barcodes based on the support required.
- File issues at https://github.com/zendframework/zend-barcode/issues
- Documentation is at https://docs.zendframework.com/zend-barcode/