nmiles / phpqrcode
PHP 7 QR Code library - update of original version by Dominik Dzienia
Installs: 21 043
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.3
- ext-gd: *
- ext-zlib: *
Requires (Dev)
- phpunit/phpunit: ^7.1.4
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-28 02:43:43 UTC
README
This is an updated version of:
http://phpqrcode.sourceforge.net (1.1.4 build 2010100721)
PHP QR Code is distributed under LGPL 3
Copyright (C) 2010 Dominik Dzienia
Which was based on:
libqrencode C library distributed under LGPL 2.1
Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi fukuchi@megaui.net
Has been converted to composer, namespaced, split into separate files per class and formatted.
Some type hinting has been added, more to come.
Requires PHP 7.3
See the test folder for example usage