https://github.com/cable8mm/qr-images
QR images generated by command
https://github.com/cable8mm/qr-images
Last synced: about 2 months ago
JSON representation
QR images generated by command
- Host: GitHub
- URL: https://github.com/cable8mm/qr-images
- Owner: cable8mm
- License: mit
- Created: 2023-11-26T02:03:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T15:30:54.000Z (over 2 years ago)
- Last Synced: 2025-05-24T20:02:46.040Z (about 1 year ago)
- Language: PHP
- Homepage: https://www.palgle.com/qr-images/
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## About QR Images
[](https://github.com/cable8mm/qr-images/actions/workflows/code-style.yml)
[](https://github.com/cable8mm/qr-images/actions/workflows/run-tests.yml)






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
```sh
composer create-project cable8mm/qr-imagess INSTALLED_FOLDER
```
You have the flexibility to change INSTALLED_FOLDER to suit your preferences.
## Usage
```sh
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
```sh
composer lint
```
## Test
```sh
composer test
```
## License
The QR Images is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).