wecreative/app-qr-code
最新稳定版本:1.0.5
Composer 安装命令:
composer require wecreative/app-qr-code
包简介
App Qr Code API
README 文档
README
Installation
Install the package through composer.
For the latest stable version use:
php composer.phar require wecreative/app-qr-code
Basic usage
You can define your own directory: define( 'APP_QR_CODE_IMAGES_DIRECTORY', 'YOUR_DIRECTORY' );
<?php use Wecreative\AppQrCodeAPI\Client; use Wecreative\AppQrCodeAPI\AppQrCode; $client = new Client( 'your_api_key' ); $appQrCode = new AppQrCode( $client ); $data = [ "frame_name" => "no-frame", "qr_code_text" => "https://www.qr-code-generator.com/", "image_format" => "SVG", "qr_code_logo" => "scan-me-square" ]; $res = $appQrCode->create( 'qr_code_name', $data );
More information about creating qrcodes https://www.qr-code-generator.com/qr-code-api/
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-28