softwax/qr-code-monkey-api-client
Composer 安装命令:
composer require softwax/qr-code-monkey-api-client
包简介
QR Code Monkey API client
README 文档
README
PHP client implementation of QR Code Monkey API
Installation
composer require softwax/qr-code-monkey-api-client php-http/guzzle6-adapter ^1.0
softwax/qr-code-monkey-api-client:^1.0 version is using base qr code studio endpoint which is not suitable for live/production usage and has requests limit.
For live/production please use softwax/qr-code-monkey-api-client:^2.0 version which requires rapid api key.
Usage
use SoftWax\QRCodeMonkeyApiClient\Api\QRCodeMonkeyInterface; use SoftWax\QRCodeMonkeyApiClient\Api\QRCodeMonkeyFactory; use SoftWax\QRCodeMonkeyApiClient\Model\CustomQRCode; use Psr\Http\Message\StreamInterface; /** @var QRCodeMonkeyInterface $api */ $api = QRCodeMonkeyFactory::create(): /** @var StreamInterface $qrCodeImageStream */ $qrCodeImageStream = $api->createCustom(new CustomQRCode('my qr code data'));
License
统计信息
- 总下载量: 5.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-29