takashato/laravel-vietqr

Laravel package for generate VietQr codes

v0.0.2 2023-08-22 09:33 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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

License

The MIT License (MIT). Please see License File for more information.