catzilla/zbar-wrapper
最新稳定版本:v0.1.1
Composer 安装命令:
composer require catzilla/zbar-wrapper
包简介
PHP wrapper for ZBar library
README 文档
README
PHP wrapper for ZBar library. Allows you to scan barcodes from your PHP project.
Requirements
- PHP 7.2.0 or newer
- ZBar must be installed in your system
- Program execution Functions must be allowed in your PHP configuration
allow_url_fopenmust be set toOnif you want to decode barcodes from remote sources
Installing
You can install this package via Composer:
composer require catzilla/zbar-wrapper
Usage
Very basic example:
<?php $zbar = new ZBarWrapper(); echo $zbar->decodeSingle('barcode.png'); // returns barcode value
For more options and detailed usage examples see example/example.php
统计信息
- 总下载量: 6.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-17