Download the PHP package jfilla/php-barcode-generator without Composer
On this page you can find all versions of the php package jfilla/php-barcode-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jfilla/php-barcode-generator
More information about jfilla/php-barcode-generator
Files in jfilla/php-barcode-generator
Download jfilla/php-barcode-generator
More information about jfilla/php-barcode-generator
Files in jfilla/php-barcode-generator
Vendor jfilla
Package php-barcode-generator
Short Description An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.
License LGPL-3.0
Homepage http://github.com/picqer/php-barcode-generator
Package php-barcode-generator
Short Description An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.
License LGPL-3.0
Homepage http://github.com/picqer/php-barcode-generator
Please rate this library. Is it a good library?
Informations about the package php-barcode-generator
PHP Barcode Generator
This is an easy to use, non-bloated, framework independent, barcode generator in PHP.
It creates PNG from the most used 1D barcode standards.
- The codebase is largely from the picqer/php-barcode-generator by Casper Bakker.
Prerequisities
- GD Library installed
Installation
Install through composer:
Usage
Initiate the barcode generator for the output you want, then call the ->getBarcode() routine as many times as you want.
The ->getBarcode() routine accepts the following:
- $code Data for the barcode
- $type Type of barcode, use the constants defined in the class
- $widthFactor Width is based on the length of the data, with this factor you can make the barcode bars wider than default
- $totalHeight The total height of the barcode
- $color Hex code of the foreground color
- $showCode Display barcode content as text
All versions of php-barcode-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package jfilla/php-barcode-generator contains the following files
Loading the files please wait ....