EdgarEzQRCodeBundle

UNIX name Owner Status
EdgarEzQRCodeBundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

EdgarEzQRCodeBundle

Use Ariel Ferrandini PHPQRCode library (https://github.com/aferrandini/PHPQRCode)

Installation

Get the bundle using composer

Add EdgarEzQRCodeBundle by running this command from the terminal at the root of
your eZPlatform project:

composer require edgarez/qrcodebundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:

// ezpublish/EzPublishKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new EdgarEz\QRCodeBundle\EdgarEzQRCodeBundle(),
// ...
);
}

Install assets for this new Bundle

php ezpublish/console assets:install

How to use

// Text to QRCodize


// Level of error correction (3 by default, should be at least 0, maximum 3)


// Size of QRCode image


// Margin of QRCode image

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.