zarulizham / laravel-duitnow-qr
Malaysia's National QR Payment repository for Laravel
Fund package maintenance!
ZarulIzham
Installs: 2 809
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 3
Open Issues: 2
Requires
- php: ^8.0
- illuminate/contracts: ^9.0|^10
- spatie/laravel-data: ^4.4
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^7.0
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-12-24 10:00:08 UTC
README
Installation
You can install the package via composer:
composer require zarulizham/laravel-duitnow-qr
You can publish and run the migrations with:
php artisan vendor:publish --tag="laravel-duitnow-qr-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="laravel-duitnow-qr-config"
This is the contents of the .env
file:
DUITNOW_QR_CLIENT_ID= DUITNOW_QR_CLIENT_SECRET= DUITNOW_QR_CHANNEL_TOKEN= DUITNOW_QR_PREFIX_ID= DUITNOW_QR_QR_ID=
Optionally, you can publish the views using
php artisan vendor:publish --tag="laravel-duitnow-qr-views"
Usage
$duitNowQR = new ZarulIzham\DuitNowQR();
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.