dereuromark / cakephp-qrcode
CakePHP QR Code Plugin
Installs: 656
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
- chillerlan/php-qrcode: ^5.0
Requires (Dev)
- fig-r/psr2r-sniffer: dev-master
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-10-23 13:16:58 UTC
README
QrCode plugin for CakePHP applications.
This branch is for use with CakePHP 5.0+. For details see version map.
Motivation
Wraps chillerlan/php-qrcode/ library to have an easy to use out-of-the-box interface for most common QR codes.
Features
Supports:
- base64encoded (default)
- svg/png as controller action generated on-the-fly image
Install/Setup
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.
Usage
See the Docs for details.