Skip to content

qbhy/code-scanner-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-scanner

扫码器

功能特性

  1. 支持二维码和条形码两种扫描

环境需求

  1. 系统 zbar 扩展

如何安装 zbar ?

  1. mac : brew install zbar
  2. linux : apt install imagemagick libzbar-dev
  3. windows : 传送门

安装

composer require 96qbhy/code-scanner

使用

require 'vendor/autoload.php';

use Qbhy\CodeScanner\CodeScanner;

var_dump(CodeScanner::scan('./bar.png'));

目前只支持 mac 和 linux 平台, windows 等我编译好在添加 windows_scanner.exe

https://github.com/96qbhy/code-scanner-php
96qbhy@gmail.com