Registry / utility / chillerlan-php-qrcode

chillerlan-php-qrcode

JSON →
library6.0.1phppackagistunverified

A QR Code generator and reader with a user-friendly API. PHP 8.4+.

composer require chillerlan/php-qrcode
INSTALL
IMPORT
SIG · CHILLERLAN-PHP-QRC
C
chillerlan-php-qrcode
utilityphpv6.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QRCode
use chillerlan\QRCode\QRCode;

Generate a QR code image from a string.

use chillerlan\QRCode\QRCode; $qrcode = new QRCode(); $data = $qrcode->render('Hello World!'); echo '<img src="'.$data.'" />';
Debug
Known issues
breakingRequires PHP 8.4+
fix
Upgrade PHP to version 8.4 or higher.
affects: <6.0.0
Upgrade
Version history
6.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
chillerlan-php-qrcode — pip install chillerlan-php-qrcode · libregistry