You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
**PHP Dynamic Qr code** is a script that allows the generation and saving of dynamic and static QR codes. It has a clean, responsive, and user-friendly design. It is based on [AdminLte](https://adminlte.io/), the "Best open source admin dashboard & control panel theme. Built on top of Bootstrap" and [Core PHP Admin Panel](https://github.com/chetans9/core-php-admin-panel), a simple Admin Panel written in core PHP that contains an implementation of general features you might need in your website admin panel like: record management (CRUD), secure authentication, pagination, filters.
@@ -14,7 +18,6 @@ contact me at [email protected] for installations, custom implementati
14
18
15
19
-**#1 Dynamic Qr code generator on GitHub with a database to store Qr codes**
16
20
- Create unlimited Qr codes
17
-
- Easy installation wizard
18
21
- Docker compose support
19
22
- Control panel with 2 access levels
20
23
- Multi-account
@@ -49,8 +52,6 @@ contact me at [email protected] for installations, custom implementati
49
52
- Easy to understand and expand code
50
53
- Full OOP with classes and well-documented
51
54
52
-
The project requires at least PHP 7.4 to run properly. It has been successfully tested up to PHP 8.1.
53
-
54
55
## What is included
55
56
56
57
- PHP files
@@ -59,20 +60,17 @@ The project requires at least PHP 7.4 to run properly. It has been successfully
59
60
- CSS files
60
61
- Docker compose file
61
62
62
-
## Setup with docker compose (simplest method)
63
+
## Setup with docker compose
63
64
1. download docker-compose.yml file
64
65
2. Start docker stack
65
66
```bash
66
67
docker compose build --no-cache && docker compose up -d
67
68
```
68
69
3. Open your browser at http://localhost:80 and login with (username: superadmin, password: superadmin)
69
70
70
-
For other setup methods please see the documentation
71
-
72
-
# Available plugins
71
+
# Available non open source plugins
73
72
74
73
## QrRole
75
-
76
74
Manage user privileges with multi-level access control:
77
75
78
76
-*Creator*: can only create and delete your own qrcodes
@@ -86,7 +84,6 @@ Unlock advanced customization features for QR codes, including logo uploads, wat
86
84
Save time by creating reusable templates for generating QR codes with predefined styles and settings.
87
85
88
86
## QrBulk
89
-
90
87
- Create static or dynamic QR codes in bulk by compiling an Excel file with the QR code data and uploading it to the site. Inside the file it is possible to specify, if necessary, an already existing QrTemplate template. After creation you will be able to download a zip file with the QR codes created and the same Excel file but with the redirect identifier added
91
88
92
89
- Create dynamic QR codes in bulk by choosing the desired number, so you can download a zip file with the created QR codes, Excel files so you can print them. At a later time you can modify the URLs associated with the QR codes created
0 commit comments