qr-code-bundle icon indicating copy to clipboard operation
qr-code-bundle copied to clipboard

Bundle for generating QR codes in Symfony

Results 6 qr-code-bundle issues
Sort by recently updated
recently updated
newest added

Hello, After the update to Symfony 6, I receive this error: `Attempted to load class "Builder" from namespace "Endroid\QrCode\Builder". Did you forget a "use" statement for "PhpParser\Builder"?` I am using...

question

It would be nice to be able to fill the `width` and `height` attribute of the ``. Still remembering the discussion at https://github.com/endroid/qr-code/issues/95: Am I right that when setting `size:...

enhancement

Symfony is moving from YAML configuration to PHP, see https://github.com/symfony/symfony/issues/37186 With this being my `config/routes/endroid_qr_code.php`: ```php

enhancement

I use an older version of this bundle in my project where I could append `?&background_color%5Br%5D=255&background_color%5Bg%5D=255&background_color%5Bb%5D=255&foreground_color%5Br%5D=0&foreground_color%5Bg%5D=0&foreground_color%5Bb%5D=0` to the end of the URL to modify the colors. Is this now no...

enhancement

Hello, Do you have an example using AssetMapper to find the logo path please ? AssetMapper generate a fake link like that in public folder: assets/images/logoSite-nTKj4NV.png My code in Service:...

question

LabelFontSize or labelFontPath are not taken from Configuration if both values are defined in config. Reason: Keys in array $builderConfig are snake_case not camelCase. If both values are defined in...