zoparga/laravel-qr-code-statistic

Want to measure QR code statistic? Create the proper URL, and measure with the help of this package!

0.2.1 2022-08-04 08:23 UTC

This package is auto-updated.

Last update: 2024-06-04 12:37:05 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.