updated documentation
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
28545c2245
commit
c326a30afc
@@ -1,83 +1,73 @@
|
||||
<p align="center"><img src="https://www.giandonatoinverso.it/documentation/assets/DynamicQRCode_Original.png"></p>
|
||||
<b>PHP Dynamic Qr code </b> is a script that allows the generation and saving of dynamic and static QR codes. It has clean, responsive and user-friendly design. It is Based on <a href="https://adminlte.io/" target="_blank">AdminLte </a> the <i>"Best open source admin dashboard & control panel theme. Built on top of Bootstrap" </i> and <a href="https://github.com/chetans9/core-php-admin-panel" target="_blank">Core PHP Admin Panel,</a> a simple Admin Pannel 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.<br><br>
|
||||
|
||||
<p style="font-size: 200px"><a href="https://giandonatoinverso.it/qrcode" target="_blank">LIVE DEMO</a></p>
|
||||
<p style="font-size: 200px"><a href="https://giandonatoinverso.it/documentation" target="_blank">DOCUMENTATION</a></p>
|
||||
**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.
|
||||
|
||||
[LIVE DEMO](https://giandonatoinverso.it/qrcode)
|
||||
|
||||
[DOCUMENTATION](https://giandonatoinverso.it/documentation)
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UEYVHYZYCGYYN)
|
||||
|
||||
<h1>Features</h1>
|
||||
# Features
|
||||
|
||||
<ul>
|
||||
<li><strong>#1 Dynamic Qr code generator on GitHub with database to store Qr codes</strong></li>
|
||||
<li>Create unlimited Qr code</li>
|
||||
<li>Easy installation wizard</li>
|
||||
<li>Control panel with 2 access levels and multi-user support</li>
|
||||
<li>Dashboard with advanced statistics on Qr code created and on scans</li>
|
||||
<li>Dynamic Qr code</li>
|
||||
<ul>
|
||||
<li>Create, modify and delete Qr codes</li>
|
||||
<li>You can download yours Qr codes when you want</li>
|
||||
<li>URL shortener with redirect</li>
|
||||
<li>Enable or disable the link redirect</li>
|
||||
</ul>
|
||||
<li>Static Qr code</li>
|
||||
<ul>
|
||||
<li>Text QR Code</li>
|
||||
<li>Email QR Code</li>
|
||||
<li>Phone QR Code</li>
|
||||
<li>Sms QR Code</li>
|
||||
<li>Whatsapp QR Code</li>
|
||||
<li>Skype QR Code</li>
|
||||
<li>Location QR Code</li>
|
||||
<li>Vcard QR Code</li>
|
||||
<li>Event/calendar QR Code</li>
|
||||
<li>Bookmark QR Code</li>
|
||||
<li>Wifi QR Code</li>
|
||||
<li>Paypal QR Code</li>
|
||||
<li>Bitcoin QR Code</li>
|
||||
</ul>
|
||||
<li>Customization of Qr codes</li>
|
||||
<ul>
|
||||
<li>6 formats for images</li>
|
||||
<li>Foreground color</li>
|
||||
<li>Background color</li>
|
||||
<li>4 level of precision</li>
|
||||
<li>10 sizes</li>
|
||||
</ul>
|
||||
<li>Responsive bootstrap-based design</li>
|
||||
<li>Easy to understand and expand code</li>
|
||||
<li>Full OOP with classes and well documented</li>
|
||||
<li>Supported php version <= 8.1</li>
|
||||
</ul>
|
||||
<h2>What is included</h2>
|
||||
<ul>
|
||||
<li>PHP files</li>
|
||||
<li>.sql file with sample data</li>
|
||||
<li>JS files</li>
|
||||
<li>CSS files</li>
|
||||
<li>detailed code documentation</li>
|
||||
</ul>
|
||||
<h2>Updates</h2>
|
||||
<ul>
|
||||
<li>Version 1.0 – September, 2020 (Initial release)</li>
|
||||
<li>Version 2.0 – 15th October, 2023</li>
|
||||
<ul>
|
||||
<li>Elimination of superfluous files</li>
|
||||
<li>Moving read.php file within the project</li>
|
||||
<li>Addition of Qrcode class abstraction</li>
|
||||
<li>Improvement of bulk download</li>
|
||||
<li>General refactoring</li>
|
||||
</ul>
|
||||
<li>Version 2.1 – 16th October, 2023</li>
|
||||
<ul>
|
||||
<li>Refactoring database tables</li>
|
||||
<li>Added script for upgrading to versions >= 2.0</li>
|
||||
<li>NEW: added multi-user support for dynamic/static qrcodes</li>
|
||||
</ul>
|
||||
<li>Version 2.2 – 16th October, 2023</li>
|
||||
<ul>
|
||||
<li>Refactoring docker image building</li>
|
||||
<li>NEW: added docker compose support</li>
|
||||
</ul>
|
||||
</ul>
|
||||
- **#1 Dynamic Qr code generator on GitHub with a database to store Qr codes**
|
||||
- Create unlimited Qr codes
|
||||
- Easy installation wizard
|
||||
- Docker compose support
|
||||
- Control panel with 2 access levels
|
||||
- Multi-account
|
||||
- Dashboard with advanced statistics on Qr codes created and on scans
|
||||
- Dynamic Qr code
|
||||
- Create, modify, and delete Qr codes
|
||||
- You can download your Qr codes when you want
|
||||
- URL shortener with redirect
|
||||
- Enable or disable the link redirect
|
||||
- Static Qr code
|
||||
- Text QR Code
|
||||
- Email QR Code
|
||||
- Phone QR Code
|
||||
- Sms QR Code
|
||||
- Whatsapp QR Code
|
||||
- Skype QR Code
|
||||
- Location QR Code
|
||||
- Vcard QR Code
|
||||
- Event/calendar QR Code
|
||||
- Bookmark QR Code
|
||||
- Wifi QR Code
|
||||
- Paypal QR Code
|
||||
- Bitcoin QR Code
|
||||
- Customization of Qr codes
|
||||
- 6 formats for images
|
||||
- Foreground color
|
||||
- Background color
|
||||
- 4 levels of precision
|
||||
- 10 sizes
|
||||
- Responsive bootstrap-based design
|
||||
- Easy to understand and expand code
|
||||
- Full OOP with classes and well-documented
|
||||
- Supported php version <= 8.1
|
||||
|
||||
## What is included
|
||||
|
||||
- PHP files
|
||||
- .sql file with sample data
|
||||
- JS files
|
||||
- CSS files
|
||||
- Docker compose file
|
||||
|
||||
## Changelog
|
||||
|
||||
- Version 1.0 – September, 2020 (Initial release)
|
||||
- Version 2.0 – 15th October, 2023
|
||||
- Elimination of superfluous files
|
||||
- Moving read.php file within the project
|
||||
- Addition of Qrcode class abstraction
|
||||
- Improvement of bulk download
|
||||
- General refactoring
|
||||
- Version 2.1 – 16th October, 2023
|
||||
- Refactoring database tables
|
||||
- Added script for upgrading to versions >= 2.0
|
||||
- NEW: added multi-user support for dynamic/static qrcodes
|
||||
- Version 2.2 – 16th October, 2023
|
||||
- Refactoring docker image building
|
||||
- NEW: added docker-compose support
|
||||
|
||||
+72
-1310
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user