PHP Package: chillerlan/php-qrcode

PHP QR Code is a powerful library to generate QR codes easily and efficiently for your projects. It supports various QR code types and customization options.

Current Version: 5.0.3
Last Updated: 2024-11-21
PHP Requirement: ^7.4 || ^8.0
Dependencies:
endroid/qr-code
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHP QR Code is a versatile library that allows you to create QR codes effortlessly. With support for multiple QR code formats, error correction levels, and customization features, this library is perfect for integrating QR code generation into your applications. Whether you need to generate QR codes for websites, products, or marketing campaigns, PHP QR Code offers a reliable and flexible solution.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.0.3

Download Download v5.0.3

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/chillerlan/php-qrcode/5.0.3/loader.php';
require_once 'libs/endroid/qr-code/5.0.7/loader.php';

use chillerlan\QRCode\QRCode;

$obj = new QRCode();
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.