https://github.com/yakeing/qrcode
This is a class of php QR Code, This library helps you generate QR codes in a jiffy.
https://github.com/yakeing/qrcode
php qrcode
Last synced: 5 months ago
JSON representation
This is a class of php QR Code, This library helps you generate QR codes in a jiffy.
- Host: GitHub
- URL: https://github.com/yakeing/qrcode
- Owner: yakeing
- License: mpl-2.0
- Archived: true
- Created: 2019-03-11T15:31:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T06:11:54.000Z (about 5 years ago)
- Last Synced: 2025-12-03T04:13:56.175Z (7 months ago)
- Topics: php, qrcode
- Language: PHP
- Homepage:
- Size: 135 KB
- Stars: 57
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# QRCode
This is a class of php QR Code, This library helps you generate QR codes in a jiffy.
[中文文档](https://github.com/yakeing/QRCode/blob/master/ZH.README.md)
### Travis CI badge
[](https://travis-ci.com/yakeing/QRCode)
### codecov badge
[](https://codecov.io/gh/yakeing/QRCode)
### Github badge
[](../../)
[](src)
[](../../releases)
[](LICENSE)
[](../../search?l=php)
### Installation
Use [Composer](https://getcomposer.org) to install the library.
Of course, You can go to [Packagist](https://packagist.org/packages/yakeing/qrcode) to view.
```
$ composer require yakeing/qrcode
```
### QRCode init
```php
$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
$OutputPath //Path to generate pictures
qrcode::image($text, $pixel, $icon, $distinguish, $type, $margin, $color, $stream, $OutputPath);
```
[Sponsor](https://github.com/yakeing/Documentation/blob/master/Sponsor/README.md)
---
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.
[](https://github.com/yakeing/Documentation/blob/master/Sponsor/README.md)
Author
---
weibo: [yakeing](https://weibo.com/yakeing)
twitter: [yakeing](https://twitter.com/yakeing)