@yakeing/qrcode

This is a test package please do not use.


Keywords
test, php, DoNotUse, qrcode
License
MPL-2.0
Install
npm install @yakeing/qrcode@1.0.0

Documentation

Bitcoin

QRCode

This is a class of php QR Code, This library helps you generate QR codes in a jiffy.

中文文档

Travis CI

Travis-ci

codecov

codecov

Packagist

Version Downloads

Github

Downloads Size tag Language Php

Installation

Use Composer to install the library.

    $ composer require yakeing/qrcode

QRCode init


    $text //Enter text (string)
    $pixel //Output image size (ini)
    $icon //Small icon (url) (Must be a square image, otherwise the image will be distorted)
    $distinguish //Recognition rate (L=7% , M=15% , Q=25% , H=30%)
    $type //Output image format (jpg/png) (Due to GIF copyright dispute)
    $margin //Margin white edge (ini 0-4)
    $color //RGB Colour array('255|255|255', '0|0|0'); Hexadecimal Colour FF0000|000000
    $stream //Output source code (true/false)
    $spec //specification Matrix with 0-40 specifications
    qrcode::image($text, $pixel, $icon, $distinguish, $type, $margin, $color, $stream);

Donate

If you've got value from any of the content which I have created, then I would very much appreciate your support by payment donate.

Bitcoin

1FYbZECgs3V3zRx6P7yAu2nCDXP2DHpwt8

WeChat

WeChat

Alipay

Alipay

Author

weibo: yakeing

twitter: yakeing