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.

dev-master / 0.0.1.x-dev 2016-02-27 07:44 UTC

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

Basic Example

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