Download the PHP package ageekdev/laravel-barcode without Composer
On this page you can find all versions of the php package ageekdev/laravel-barcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ageekdev/laravel-barcode
More information about ageekdev/laravel-barcode
Files in ageekdev/laravel-barcode
Package laravel-barcode
Short Description laravel barcode generator
License MIT
Homepage https://github.com/ageekdev/laravel-barcode
Informations about the package laravel-barcode
Laravel Barcode
Laravel Barcode Generator
A package to generate barcodes in various formats (SVG, PNG, JPG, HTML) for Laravel applications.
⚙️ Installation
You can install the package via Composer:
You can publish the config file with:
Usage
Accepted barcode types
These barcode types are supported. All types support different character sets or have mandatory lengths. Please see wikipedia for supported chars and lengths per type.
Most used types are CODE_128 and CODE_39. Because of the best scanner support, variable length and most chars supported.
- CODE_32 (italian pharmaceutical code 'MINSAN')
- CODE_39
- CODE_39_CHECKSUM
- CODE_39E
- CODE_39E_CHECKSUM
- CODE_93
- STANDARD_2_5
- STANDARD_2_5_CHECKSUM
- INTERLEAVED_2_5
- INTERLEAVED_2_5_CHECKSUM
- CODE_128
- CODE_128_A
- CODE_128_B
- CODE_128_C
- EAN_2
- EAN_5
- EAN_8
- EAN_13
- UPC_A
- UPC_E
- MSI
- MSI_CHECKSUM
- POSTNET
- PLANET
- RMS4CC
- KIX
- IMB
- CODABAR
- CODE_11
- PHARMA_CODE
- PHARMA_CODE_TWO_TRACKS
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- All Contributors
This package contains code copied from PHP Barcode Generator
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-barcode with dependencies
ext-bcmath Version *
illuminate/contracts Version ^9.0|^10.0|^11.0|^12.0
spatie/color Version ^1.5