简化ID / qrcode-terminal
在终端中使用PHP生成QR码
v1.0.2
2021-03-14 15:53 UTC
Requires
- aferrandini/phpqrcode: 1.0.1
Replaces
- shelwei/qrcode-terminal: dev-master
This package is auto-updated.
Last update: 2024-09-14 23:35:43 UTC
README
在您的终端中生成QR码。例如:https://github.com/gtanner/qrcode-terminal
此库在这里重新托管,因为原始作者已删除此库
使用composer
进行安装
$ composer require simplusid/qrcode-terminal
使用方法
$qrcode = \Simplusid\QRCode::terminal('Some data here');
命令行
安装
$ composer global require shelwei/qrcode-terminal
使用方法
$ qrcode-terminal --help
$ qrcode-terminal 'https://github.com'
支持
- OS X
- Linux