jonasarts / phpqrcode-bundle
A PHP QR Code Bundle for Symfony
Package info
github.com/jonasarts/phpqrcode-bundle
Type:symfony-bundle
pkg:composer/jonasarts/phpqrcode-bundle
v8.0.2
2026-06-28 13:12 UTC
Requires
- php: >=8.4
- ext-gd: *
- chillerlan/php-qrcode: ^6.0
- symfony/config: ^7.0 || ^8.0
- symfony/dependency-injection: ^7.0 || ^8.0
- symfony/framework-bundle: ^7.0 || ^8.0
- symfony/http-foundation: ^7.0 || ^8.0
- symfony/http-kernel: ^7.0 || ^8.0
- symfony/routing: ^7.0 || ^8.0
- symfony/yaml: ^7.0 || ^8.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.52
- friendsofphp/php-cs-fixer: ^3.95
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0 || ^13.0
- rector/rector: ^2.0
- symfony/browser-kit: ^7.0 || ^8.0
- symfony/css-selector: ^7.0 || ^8.0
- symfony/security-bundle: ^7.0 || ^8.0
This package is auto-updated.
Last update: 2026-06-28 13:14:03 UTC
README
Simplified QR code generation for the Symfony framework.
Requires PHP 8.4 (with the gd extension) and Symfony ^7.0 || ^8.0.
Installation
All installation instructions are in the documentation.
Documentation
License
This bundle is released under the MIT license. See LICENSE.
This bundle uses the chillerlan/php-qrcode package.