# decode **Repository Path**: rqdphpcn/decode ## Basic Information - **Project Name**: decode - **Description**: 检测微信二维码是否是群二维码 - **Primary Language**: PHP - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2016-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #php qr decoder > php识别二维码, 不需要安装扩展 ###使用 ``` include_once('./lib/QrReader.php'); $qrcode = new QrReader('path/to_image'); //图片路径 $text = $qrcode->text(); //返回识别后的文本 ``` ### 需要 ``` PHP >= 5.3 GD Library ```