Download the PHP package donatello/php-barcode without Composer
On this page you can find all versions of the php package donatello/php-barcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download donatello/php-barcode
More information about donatello/php-barcode
Files in donatello/php-barcode
Package php-barcode
Short Description Barcode Generation Package inspired by Nicola Asuni.
License MIT
Informations about the package php-barcode
This is a barcode generation package inspired by Nicola Asuni. Actually I use that package's underline classes for generating barcode. This package is just a wrapper of that package and adds compatibility with PHP >= 5.4
I used the following classes of that package.
- lib/Barcode1D.php (tcpdf_barcodes_1d.php)
- lib/Barcode2D.php (tcpdf_barcodes_2d.php)
- lib/QRcode.php (include/barcodes/qrcode.php)
- lib/Datamatrix.php (include/barcodes/datamatrix.php)
- lib/PDF417.php (include/barcodes/pdf417.php)
Support
Barcode generator like QRCode, PDF417, Datamatrix, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A,C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code) generator in HTML, PNG and SVG.
This package is compatible with PHP >= 5.4
This package require php-gd extension. So, make sure it is installed on your machine.
Installation
Begin by installing this package through Composer. Just run following command to terminal:
You can also edit your project's composer.json
file to require jucksearm/php-barcode
.
Next, update Composer from the terminal:
How to Use Basic
How to Use Advance
Barcode Option
QRcode Option
Datamatrix Option
PDF417 Option
License
This package is published under GNU LGPLv3
license and copyright to Jucksearm Boonmor. Original Barcode generation classes were written by Nicola Asuni. The license agreement is on project's root.
License: GNU LGPLv3
- Original Package Nicola Asuni https://github.com/tecnickcom/TCPDF
- Link http://www.tcpdf.org
- Package Copyright Jucksearm Boonmor [email protected]