PHP Package: chillerlan/php-qrcode

php-qrcode is a PHP library for generating QR codes with ease and flexibility, suitable for various web development projects.

Current Version: 5.0.3
Last Updated: 2024-11-21
PHP Requirement: >=7.1
Dependencies: chillerlan/php-qr-code
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

php-qrcode is a versatile PHP library that provides a simple yet powerful interface for creating QR codes in web applications. With a wide range of customization options and support for various formats, it is an ideal choice for developers looking to integrate QR code generation into their projects effortlessly.

🔗 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/autoload.php';

use chillerlan\QRCode\QRCode;


$obj = new chillerlan\QRCode\QRCode();
echo "✅ Example created successfully.";

?>

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