chillerlan / php-qrcode
一个基于的PHP 7.4+ QR Code库,包括命名空间,清理,改进和其他内容。
文献资料
有关高级文档,请参见 。 可以在 )找到用创建的API文档。
要求
PHP 7.4以上
ext-mbstring
可选的:
ext-json , ext-gd
安装了ext-imagick
用于PDF输出模块
安装
需要
通过终端: composer require chillerlan/php-qrcode
composer.json
{
" require " : {
" php " : " ^7.4 " ,
" chille
1