takashato / laravel-vietqr
Laravel package for generate VietQr codes
v0.0.2
2023-08-22 09:33 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0
- simplesoftwareio/simple-qrcode: ^4.2
- spatie/laravel-package-tools: ^1.13.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.5.9
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-23 07:31:37 UTC
README
Laravel package to generate VietQR data / VietQR code
Installation
You can install the package via composer:
composer require takashato/laravel-vietqr
You can publish the config file with:
php artisan vendor:publish --tag="laravel-vietqr-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="laravel-vietqr-views"
Usage
$vietQr = new Takashato\VietQr(); echo $vietQr->echoPhrase('Hello, Takashato!');
Testing
composer test
Security Vulnerabilities
Please email me at takashato@gmail.com for any security vulnerabilities.
Credits
- takashato
- All other contributors
License
The MIT License (MIT). Please see License File for more information.