Download the PHP package aliirfaan/laravel-mu-qr-code without Composer
On this page you can find all versions of the php package aliirfaan/laravel-mu-qr-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aliirfaan/laravel-mu-qr-code
More information about aliirfaan/laravel-mu-qr-code
Files in aliirfaan/laravel-mu-qr-code
Package laravel-mu-qr-code
Short Description Generate textual representation of merchant presented national QR code for MU based on EMV(registered trademark) QR Code Specification for Payment Systems.
License MIT
Informations about the package laravel-mu-qr-code
Laravel MU QR code
Generate textual representation of merchant presented national QR code for MU based on EMV®1 QR Code Specification for Payment Systems (EMV QRCPS) – Merchant-Presented Mode published by EMVCo.
Note that you need to pass the textual representation to an external QR code generator which is not included in the package.
EMV® is a registered trademark in the U.S. and other countries and an unregistered trademark elsewhere. The EMV trademark is owned by EMVCo, LLC. QR Code is a registered trademark of DENSO WAVE
Features
- Validate first and last element of root data object
- Validate convenience fee data objects based on value of Ti Or Convenience Indicator
- Validate data objects based on length and format Numeric (N), Alphanumeric Special (ans), String (S)
- Calculate Cyclic Redundancy Check
- Generate valid textual representation of QR code
Requirements
Installation
You can install this package on an existing Laravel project with using composer:
Register the ServiceProvider by editing config/app.php file and adding to providers array:
Usage
License
The MIT License (MIT)
Copyright (c) 2020
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.