2017 © Pedro Peláez
 

library phpqrcode

phpqrcode package

image

chailong/phpqrcode

phpqrcode package

  • Wednesday, December 20, 2017
  • by chailong
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP QRCode Library test

To install this library please follow the next steps:, (*1)

Install the library using composer:

Add the required module to your composer.json file:, (*2)

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

Then run the command composer update., (*3)

Usage

Sample code:, (*4)

\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);

The Versions

20/12 2017

dev-master

9999999-dev

phpqrcode package

  Sources   Download

The Requires

  • php >=5.4