shelwei / qrcode-terminal
QRCodes, in the terminal by PHP
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 377
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 1
pkg:composer/shelwei/qrcode-terminal
Requires
- aferrandini/phpqrcode: 1.0.1
This package is not auto-updated.
Last update: 2021-02-26 01:37:37 UTC
README
Generate QR code's for in your terminal. like https://github.com/gtanner/qrcode-terminal
Install using composer
:
$ composer require shelwei/qrcode-terminal:@dev
Usage
$qrcode = \Shelwei\QRCode::terminal('Some data here');
Command-Line
Install
$ composer global require shelwei/qrcode-terminal:@dev
Usage
$ qrcode-terminal --help
$ qrcode-terminal 'https://github.com'
Support
- OS X
- Linux