Registry / utility / endroid-qr-code

endroid-qr-code

JSON →
library6.1.3phppackagistunverified

Endroid QR Code generates QR codes with various output formats.

composer require endroid/qr-code
INSTALL
IMPORT
SIG · ENDROID-QR-CODE
E
endroid-qr-code
utilityphpv6.1.3
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 Endroid\QrCode\QrCode;

Generates a PNG QR code for a URL.

use Endroid\QrCode\QrCode; use Endroid\QrCode\Writer\PngWriter; $qrCode = QrCode::create('https://example.com'); $writer = new PngWriter(); $result = $writer->write($qrCode); header('Content-Type: image/png'); echo $result->getString();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
endroid-qr-code — pip install endroid-qr-code · libregistry