Skip to content

chailong/phpqrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP QRCode Library test

To install this library please follow the next steps:

Install the library using composer:

Add the required module to your composer.json file:

{
    "require": {
        ...
        "chailong/phpqrcode": "dev-master"
        ...
    }
}

Then run the command composer update.

Usage

Sample code:

\PHPQRCode\QRcode::png("Test", "/tmp/qrcode.png", 'L', 4, 2);
\PHPQRCode\QRcode::jpg("Test", "/tmp/qrcode.png", 'L', 4, 2);
\PHPQRCode\QRcode::jpeg("Test", "/tmp/qrcode.png", 'L', 4, 2);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages