PHP Package: picqer/php-barcode-generator

A PHP library for generating barcodes with ease, offering versatile customization options for various barcode formats and types.

Current Version: 3.2.3
Last Updated: 2025-07-29
PHP Requirement: ^8.2
Dependencies:
picqer/php-barcode
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP Barcode Generator by Picqer simplifies the process of creating barcodes in PHP applications. With support for a wide range of barcode formats, it provides an intuitive API for effortless integration. Whether you need to generate EAN, UPC, Code 128, or QR codes, this library offers flexibility and efficiency for barcode generation in PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.2.3

Download Download v3.2.3

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/picqer/php-barcode-generator/3.2.3/loader.php';
require_once 'libs/picqer/php-barcode/{lib_version}/loader.php';

use Picqer\Barcode\BarcodeGenerator;

$obj = new BarcodeGenerator();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.