2017 © Pedro PelĂĄez
 

library qr-code

QR Code generator

image

arcanedev/qr-code

QR Code generator

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

QR Code Generation

This library helps you generate images containing a QR code., (*1)

By ARCANEDEV©, (*2)

Build Status Version License, (*3)

Contributing

If you have any suggestions or improvements feel free to create an issue or create a Pull Request., (*4)

Requirements

- PHP >= 5.4.0
- GD extension

Installation

QrCode should be installed using composer. The general composer instructions can be found on the composer website., (*5)

After that, just declare the qr-code dependency as follows:, (*6)

"require" : {
    ...
    "arcanedev/qr-code": "dev-master"
}

Then, run composer.phar update and you should be good., (*7)

USAGE

<?php

include_once "vendor/autoload.php";

use Arcanedev\QrCode\QrCode;

$qrCode = new QrCode;
$qrCode->setText("I would love to change the world, but they won't give me the source code");
$qrCode->setSize(200);

echo $qrCode->image("image alt", ['class' => 'qr-code-img']);

Check the exemples folder to learn some tricks., (*8)

Laravel Version

Coming Soon, (*9)

License

The QR Code Library is open-sourced software licensed under the MIT license, (*10)

The Versions

25/10 2014

dev-master

9999999-dev https://github.com/arcanedev-maroc/QrCode

QR Code generator

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-gd *

 

The Development Requires

code generator qrcode qr qr-code

25/10 2014

1.0.2

1.0.2.0 https://github.com/arcanedev-maroc/QrCode

QR Code generator

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-gd *

 

The Development Requires

code generator qrcode qr qr-code

24/10 2014

1.0.1

1.0.1.0 https://github.com/arcanedev-maroc/QrCode

QR Code generator

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-gd *

 

The Development Requires

code generator qr qr-code

23/10 2014

1.0.0

1.0.0.0

QR Code generator

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-gd *

 

The Development Requires