QrCode plugin for CakePHP applications.
This branch is for use with CakePHP 5.0+. For details see version map.
Wraps chillerlan/php-qrcode/ library to have an easy to use out-of-the-box interface for most common QR codes.
Supports:
- base64encoded (default)
- svg/png as controller action generated on-the-fly image
Installing the Plugin is pretty much as with every other CakePHP Plugin.
Install using Packagist/Composer:
composer require dereuromark/cakephp-qrcode
The following command can enable the plugin:
bin/cake plugin load QrCode
or manually add it to your Application
class.
See the Docs for details.