欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

php 读取二维码 有大用

php识别二维码
Branch: master 
Clone or download 
@baagee
Latest commit d826c77 on 11 Nov 2016
TypeNameLatest commit messageCommit time

lib1,初次提交3 years ago

LICENSE1,初次提交3 years ago

qr.png1,初次提交3 years ago

test.php1,初次提交3 years ago

 README.md

#php qr decoder

php识别二维码, 不需要安装扩展

###使用

include_once('./lib/QrReader.php');
$qrcode = new QrReader('./qr.png');  //图片路径
$text = $qrcode->text(); //返回识别后的文本
echo $text;

需要

PHP >= 5.3
GD Library

来自 https://github.com/baagee/qr-code-reader

普通分类: