Native PHP Barcode Generator Script

Price: $0.00

License and Usage Rights Chart

All orders include automatic registration and lifetime Level 1 support and include one incident of Level 2 support for a period of 30 days. Level 2 support and upgrades may be provided beyond 30 days if the Level 2 Support and Upgrade Subscription is purchased when making the order.

The PHP Barcode Generator Script is a server-side script that adds barcode streaming generation capability on any PHP-enabled website from a single script file.

  • Easily generates server-side PHP barcodes on any compatible website from a single script file.
  • No components or fonts to install - the PHP barcode script file is all that is needed.
  • Compatible with IIS, Apache, WordPress, Zend, and other systems supporting PHP.
  • Fast and efficient - streams server-side 1bpp files to the browser without any temp files generated on the server.
  • Complete unencrypted source code is provided with purchase.
  • Generated PHP barcode images may be specified as a URL to allow use for several types of implementations, including Report Builder.
  • Supports PHP barcode generation of popular 1D and 2D symbologies including QR Code, GS1-QRCode, Data Matrix ECC-200, GS1-DataMatrix, Code 128, GS1-128, Code 39, UPC-A, EAN-13, ITF, MSI, and Postnet.
  • Several parameters are supported including pixel height, orientation, N-dimension, and X-dimension.
  • Version 2020 and greater adds support for the Swiss QR-Bill as Center Override and GS1 QR Code.
  • The barcode streaming functionality provided in this PHP barcode generator is also available as a subscription to the IDAutomation Hosted Barcode Generator service.

User Manual Download Demo

There are multiple versions available:

    • The Linear Version can generate Code 39, Code 128 (Auto, A, B & C), GS1-128, MSI, UPC-A, EAN-13, and Interleaved 2 of 5 ITF barcodes.
    • The Linear plus 2D Version generates all the linear barcodes listed above plus QR-Code, GS1-QRCode, Micro-QRCode, Data Matrix, and GS1-DataMatrix.
    • The QR Code Version includes QR-Code, Micro QR-Code, GS1-QRCode, AIM-QRCode, and Swiss QR Bill encoding.

Before Ordering: The Native PHP Barcode Generator Script will be available for download immediately after payment is received.

  • Refer to the License Summary to determine the license needed and what is included with each license. 
  • The product will be available for download immediately after payment is received; valid credit card and PayPal orders are instantly approved.
  • All orders include automatic registration and lifetime Level 1 support and have one incident of Level 2 support for a period of 30 days. Level 2 support and upgrades may be provided beyond 30 days if the Level 2 Support and Upgrade Subscription is purchased when making the order.
  • Refer to the PHP Linear Barcode Generator Script User Manual for tutorials and implementation suggestions.
  • Purchase risk-free; this product is provided with a 30-day unconditional money-back guarantee.
  • Receive a 30% discount on Developer Licenses when you submit a Small Company Agreement. To qualify, your organization must have a gross annual revenue or funding of less than $2 Million USD.

PHP Barcode Generator Script Overview

This barcode generation product is a server-side PHP script that generates streaming barcodes to the requesting web browser. It is compatible with any operating system, web server, and hosting provider that supports PHP scripts including IIS, Apache, WordPress, and Zend. After the script file is copied to the web server, PHP barcode images are generated on the server in memory and streamed to the client without saving any temp files on the server.

User Manual Download Demo

Each barcode type is provided as a single unencrypted PHP file, which provides extremely fast barcode generation with very little overhead. Each PHP barcode script file is provided in pure PHP source code form, so it may be used natively and customized or integrated within any web application. The PHP barcode images generated are simple black-and-white bit-mapped BMP images (1bpp) and are very small in size compared to JPEG or GIF images; the average generated barcode size is usually less than 2KB.

The following source code example demonstrates a simple method used to create dynamic barcodes within a PHP script:

<html><body>
<p>This web page uses PHP code to create a barcode.</p>
<?php
$BarcodeData = "123456789012";
?>
<p><img src="idautomation-code128.php?Barcode=<?=$BarcodeData;?>"></p>
</body></html>
PHP Barcode Generator Script Compatibility and Requirements
Application CompatibilityAny web server or website hosting service that supports PHP script processing including IIS, Apache, WordPress, and Zend.
System Requirements The scripts consume very minimal resources.
Intended Implementer Web designers and developers.
Linear Symbology Compatibility Code 39, Code 128 (with character sets A, B, and C), GS1-128, UPC-A, EAN-13, QR Code, Micro QR-Code, GS1-QRCode, Data Matrix ECC-200, GS1-DataMatrix, Interleaved 2 of 5, MSI, ITF, USPS Postnet, and Planet.
Write a Review