simple-qrcode icon indicating copy to clipboard operation
simple-qrcode copied to clipboard

An easy-to-use PHP QrCode generator with first-party support for Laravel.

Results 63 simple-qrcode issues
Sort by recently updated
recently updated
newest added

Hi, How it possible to get base64 png image of qr-code without use imagick extension on server? thanks

At my work environment, we are using the latest version of Simple QRCode (4.2) with Laravel 7 and PHP 7.3. We are generating URLs that are longer than 79 characters,...

I need to generare smallish PNG qrcodes, but the quality I get is fairly low. Can we somehow change the pixel density used by ImageMagick, the quality, or something like...

help wanted

When I try to generate a QR code with errorCorrection (M,Q,H) with the following command QrCode::format('png')->size(300)->errorCorrection('Q')->eye('circle')->style('round')->merge('/resources/img/logo.png', .35)->generate($url, public_path('img/QR/'. $token.'.png')); I get the following exception ImagickException too many bezier coordinates `M8...

Hi there, first I want to say thanks for the great QR code maker. I am working on created a stylised QR code that has very rounded corners to match...

Hey everyone, I am currently finishing up the v3 version of simple-qrcode and I am putting out a call for help to translate the newest docs. If you would like...

help wanted
hacktoberfest

Hi there ! The problem is that if I merge a colored logo in qrcode its color background effects the logo's origional color... Please guide me if there is any...

I have this code, i follow documentation, but always i get error whit eyeColor, gradient and style, when i comment this 3 options Qr generates ok. QrCode::format('png') ->color($colorRed, $colorGreen, $colorBlue)...

Is it possible by any means to get logo in SVG format?

help wanted
hacktoberfest