Registry / utility / simplesoftwareio-simple-qrcode

simplesoftwareio-simple-qrcode

JSON →
library4.2.0phppackagistunverified

Simple QrCode is a QR code generator made for Laravel.

composer require simplesoftwareio/simple-qrcode
INSTALL
IMPORT
SIG · SIMPLESOFTWAREIO-S
S
simplesoftwareio-simple-qrcode
utilityphpv4.2.0
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 SimpleSoftwareIO\QrCode\Facades\QrCode;

Generate a QR code as SVG.

use SimpleSoftwareIO\QrCode\Facades\QrCode; $svg = QrCode::size(200)->generate('https://example.com'); echo $svg;
Debug
Known issues
gotchaRequires Laravel or manual service provider registration.
fix
Add SimpleSoftwareIO\QrCode\QrCodeServiceProvider to config/app.php if not using auto-discovery.
affects: >=2.0
Upgrade
Version history
4.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
simplesoftwareio-simple-qrcode — pip install simplesoftwareio-simple-qrcode · libregistry