Download the PHP package elminson/barcode without Composer
On this page you can find all versions of the php package elminson/barcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package barcode
BarCode
This script that generates barcodes in four barcode formats including Code 128, Code 39, Code 2of5, and Codabar. the options of “vertical” or “horizontal” display, varying barcode heights, and one of four barcode formats.
Require
PHP GD Library
Installation
Basic use:
Setters
- setText => text to be converte to barcode
- setPrint => Show the text in the barcode
- setBgColor => Set the barcode Background (Default white)
- setTextColor => (Default Black)
- setFileNmae => Name for the image (if empty will generate a random number)
- setFilePath => Path to save the image(if empty will show the image)
- setOrientation => horizontal/vertical
- setCode_type
- setSizeFactor
- setSize => Set text font size
- SaveBarcodeToDisk => Save Barcode
- GetPngData
- DrawBarcodeToScreen
- DestroyBarcode
Examples
Code128
Code128C
Code128B
Code28A
Code39
Code25
Codabar
php-barcode
===========
Source code for the article "How To Create Barcodes in PHP" found at:
http://davidscotttufts.com/2009/03/31/how-to-create-barcodes-in-php/
All versions of barcode with dependencies
PHP Build Version
Package Version
Requires
phpunit/phpunit Version
^7.3
doctrine/doctrine-bundle Version ^1.6
doctrine/doctrine-cache-bundle Version ^1.2
doctrine/orm Version ^2.5
doctrine/common Version ^2.6
doctrine/doctrine-bundle Version ^1.6
doctrine/doctrine-cache-bundle Version ^1.2
doctrine/orm Version ^2.5
doctrine/common Version ^2.6
The package elminson/barcode contains the following files
Loading the files please wait ....