cable8mm / qr-images
QR images generated by command
v1.1.1
2024-03-09 15:30 UTC
Requires
- php: ^8.0
- chillerlan/php-qrcode: ^5.0
- setasign/fpdf: ^1.8
- symfony/console: ^6.0|^7.0
Requires (Dev)
- laravel/pint: ^1.0
- phpunit/phpunit: ^9.0|^10.0|^11.0
README
QR Images is a tool for converting Wifi connecting informations to QR codes.
We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/qr-images/ ❤️
Installation
composer create-project cable8mm/qr-imagess INSTALLED_FOLDER
You have the flexibility to change INSTALLED_FOLDER to suit your preferences.
Usage
mv resources/SSID_QR_TEST.csv resources/SSID_QR.csv # example file bin/application save-image # export QR images to the 'resources/images' folder. Please select a type of export files. [0] eps [1] fpdf [2] png [3] svg # Type a number from 0 to 3 to indicate your preference. cd resources/export ls # After that, you can generate QR images. ...
Notice
Ensure that the source file, SSID_QR_TEST.csv, is not saved as UTF-8 with BOM. If your source file is currently in UTF-8 with BOM, please save it again as UTF-8 (without BOM).
Coding Style
composer lint
Test
composer test
License
The QR Images is open-sourced software licensed under the MIT license.