Download the PHP package prgayman/laravel-qrcodemonkey without Composer
On this page you can find all versions of the php package prgayman/laravel-qrcodemonkey. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prgayman/laravel-qrcodemonkey
More information about prgayman/laravel-qrcodemonkey
Files in prgayman/laravel-qrcodemonkey
Package laravel-qrcodemonkey
Short Description Laravel package for use Qrcode Monkey Api
License MIT
Homepage https://github.com/prgayman/laravel-qrcodemonkey
Informations about the package laravel-qrcodemonkey
QRCode Monky API
The Free QR Code Generator for High Quality QR Codes
QRCode Monkey is one of the most popular free online qr code generators with millions of already created QR codes. The high resolution of the QR codes and the powerful design options make it one of the best free QR code generators on the web that can be used for commercial and print purposes.
Features
- Endless lifetime with unlimited scans
- High resolution QR Codes for Print
- QR Codes with Logo
- QR Code Vector Formats
- Custom Design and Colors
- Free for commercial usage
Installation
-
You can install the package via composer:
-
Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
- You should publish the config/qrcode_monkey.php config file with:
Documentation
Custome Generate QRCode
Functions CustomeGenerate Class
-
Set Qrcode Type (Optional) default value (text)
-
Set Platform (Optional) default value (web)
-
Set File type (Optional) default value (png)
-
Set Qrcode Size (Optional) default value (300x300)
-
Set Qrcode Background Color (Optional) default value (#ffffff)
-
Set Qrcode Body Color (Optional) default value (#000000)
-
Set Qrcode Eye Color (Optional) default value (#000000)
-
Set Qrcode Eye Ball Color (Optional) default value (#000000)
-
Set Qrcode Gradient Color (Optional) default value (null)
-
Set Qrcode Gradient type (Optional) default value (linear)
-
Set Qrcode logo mode (Optional) default value (default)
-
Set Qrcode logo (Optional) default value (null)
-
Gradient On Eyes default false
-
Generate QrCode and return image data
-
Generate QrCode and return download image url
-
Set Qrcode Body shape (optional) default value (square)
-
Set Qrcode Eye shape (optional) default value (frame0)
- Set Qrcode Eye Ball shape (optional) default value (ball0)
Contributing
Please submit all issues and pull requests to the prgayman/laravel-qrcodemonkey repository on the develop branch!
License
This software is released under the MIT license.