cable8mm/qr-images

QR images generated by command

v1.1.1 2024-03-09 15:30 UTC

This package is auto-updated.

Last update: 2024-04-09 15:39:40 UTC


README

code-style run-tests Packagist Version Packagist Downloads Packagist Dependency Version Packagist Dependency Version Packagist Stars Packagist License

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.