zoparga / laravel-qr-code-statistic
Want to measure QR code statistic? Create the proper URL, and measure with the help of this package!
Requires
- php: ^8.0 | ^8.1
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- nunomaduro/collision: ^5.10
- orchestra/testbench: ^6.22
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-11-04 13:26:27 UTC
README
Installation
You can install the package via composer:
composer require zoparga/laravel-qr-code-statistic
You can publish and run the migrations with:
php artisan vendor:publishe
# select this package
php artisan migrate
Usage
open your app url with qr_code_source
and or qr_code_description
parameters
APPURL?qr_code_source=test&qr_code_description=test_description
Values will be stored in the database, so you can measure which of your QR code were used.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.