PHPackages                             cable8mm/qr-images - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. cable8mm/qr-images

ActiveLibrary[CLI &amp; Console](/categories/cli)

cable8mm/qr-images
==================

QR images generated by command

v1.1.1(2y ago)09MITPHPPHP ^8.0

Since Nov 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cable8mm/qr-images)[ Packagist](https://packagist.org/packages/cable8mm/qr-images)[ RSS](/packages/cable8mm-qr-images/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

About QR Images
---------------

[](#about-qr-images)

[![code-style](https://github.com/cable8mm/qr-images/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/qr-images/actions/workflows/code-style.yml)[![run-tests](https://github.com/cable8mm/qr-images/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cable8mm/qr-images/actions/workflows/run-tests.yml)[![Packagist Version](https://camo.githubusercontent.com/69c061143a63573853dcf35f8f463e4b0c9558d113607e5e3dda851a934dc07a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f71722d696d61676573)](https://camo.githubusercontent.com/69c061143a63573853dcf35f8f463e4b0c9558d113607e5e3dda851a934dc07a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f71722d696d61676573)[![Packagist Downloads](https://camo.githubusercontent.com/91d3a2fe09d1d5c72b6e7e98f63ca2bb0116764e185ad9099f1cb73482623891/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f71722d696d61676573)](https://camo.githubusercontent.com/91d3a2fe09d1d5c72b6e7e98f63ca2bb0116764e185ad9099f1cb73482623891/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f71722d696d61676573)[![Packagist Dependency Version](https://camo.githubusercontent.com/c13fa756acb9ee5a988c4aa4371bbd93fb9ce2c52992cc35eba4629e1f2d7a25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f71722d696d616765732f706870)](https://camo.githubusercontent.com/c13fa756acb9ee5a988c4aa4371bbd93fb9ce2c52992cc35eba4629e1f2d7a25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f71722d696d616765732f706870)[![Packagist Dependency Version](https://camo.githubusercontent.com/b2613c157137a5167351607c96d45d805a4801c503fab2c54ccba49c4a9a3790/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f71722d696d616765732f73796d666f6e79253246636f6e736f6c65)](https://camo.githubusercontent.com/b2613c157137a5167351607c96d45d805a4801c503fab2c54ccba49c4a9a3790/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f71722d696d616765732f73796d666f6e79253246636f6e736f6c65)[![Packagist Stars](https://camo.githubusercontent.com/2d0dea80aa23753ac27ca078b629ba08900deaadeafa9cf998aa45d0b9a26684/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f71722d696d61676573)](https://camo.githubusercontent.com/2d0dea80aa23753ac27ca078b629ba08900deaadeafa9cf998aa45d0b9a26684/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f71722d696d61676573)[![Packagist License](https://camo.githubusercontent.com/91efa84ad2c69fb90cf68ba05386d49f8ee0727c1b0093f13a0f7967ce5fabfa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f71722d696d61676573)](https://camo.githubusercontent.com/91efa84ad2c69fb90cf68ba05386d49f8ee0727c1b0093f13a0f7967ce5fabfa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f71722d696d61676573)

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  ❤️

Installation
------------

[](#installation)

```
composer create-project cable8mm/qr-imagess INSTALLED_FOLDER
```

You have the flexibility to change INSTALLED\_FOLDER to suit your preferences.

Usage
-----

[](#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

[](#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
------------

[](#coding-style)

```
composer lint
```

Test
----

[](#test)

```
composer test
```

License
-------

[](#license)

The QR Images is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~26 days

Total

7

Last Release

792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c910c874a0263a18f9f976273054cd45faa3ffbcba7891992f4ab52d0656dd93?d=identicon)[Sam Lee](/maintainers/Sam%20Lee)

---

Top Contributors

[![cable8mm](https://avatars.githubusercontent.com/u/2672043?v=4)](https://github.com/cable8mm "cable8mm (22 commits)")

---

Tags

qr codeqrcommandsymfony-consolegenerated

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cable8mm-qr-images/health.svg)

```
[![Health](https://phpackages.com/badges/cable8mm-qr-images/health.svg)](https://phpackages.com/packages/cable8mm-qr-images)
```

###  Alternatives

[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2939.0M192](/packages/helhum-typo3-console)[jmose/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

3361.4M1](/packages/jmose-command-scheduler-bundle)[laminas/laminas-cli

Command-line interface for Laminas projects

563.7M54](/packages/laminas-laminas-cli)[shapecode/cron-bundle

This bundle provides scheduled execution of Symfony commands

59493.0k2](/packages/shapecode-cron-bundle)[zenstruck/console-extra

A modular set of features to reduce configuration boilerplate for your Symfony commands.

8057.6k1](/packages/zenstruck-console-extra)[dukecity/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

25350.9k5](/packages/dukecity-command-scheduler-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
