Download the PHP package cable8mm/qr-images without Composer
On this page you can find all versions of the php package cable8mm/qr-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package qr-images
About QR Images
QR Images is a tool for converting WiFi connection information to QR codes.
We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/qr-images/ ❤️
Installation
You have the flexibility to change INSTALLED_FOLDER to suit your preferences.
Usage
Basic Usage
Multiple CSV Files
QR Images now supports processing multiple CSV files:
CSV File Format
Your CSV file should have the following format (3 columns minimum):
- Column 1: Network number (integer)
- Column 2: 5GHz WiFi QR code string
- Column 3: 2.4GHz WiFi QR code string
Notice
Ensure that the source file 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).
Configuration
QR Images now supports flexible configuration through multiple methods.
Configuration File
Create a config/qr-images.php file in your project root:
Environment Variables
Override configuration using environment variables:
Configuration Priority
Configuration is loaded in the following order (later sources override earlier ones):
- Default configuration (hardcoded)
config/qr-images.phpfile- Custom config file (via
Config::load()) .envfile- Environment variables
Command Options
Examples
Coding Style
Test
Build PHAR (Standalone Executable)
You can build a standalone PHAR executable that doesn't require PHP installation:
PHAR Features
- Single standalone executable file
- No PHP installation required on target machine
- Includes all dependencies
- Executable on any system with PHP 8.0+
- Can be distributed as a single file
License
The QR Images is open-sourced software licensed under the MIT license.
All versions of qr-images with dependencies
symfony/console Version ^6.0|^7.0
chillerlan/php-qrcode Version ^5.0
setasign/fpdf Version ^1.8