Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EdgarEzQRCodeBundle | eZ Ecosystem | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Use Ariel Ferrandini PHPQRCode library (https://github.com/aferrandini/PHPQRCode)
Add EdgarEzQRCodeBundle by running this command from the terminal at the root of
your eZPlatform project:
composer require edgarez/qrcodebundle
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
// 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
) }})