Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/dynamicqrcode_ynh
Dynamic Qr code package for YunoHost
https://github.com/yunohost-apps/dynamicqrcode_ynh
qrcode qrcode-generator yunohost yunohost-apps
Last synced: 4 days ago
JSON representation
Dynamic Qr code package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/dynamicqrcode_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2023-12-17T21:22:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-16T16:36:55.000Z (about 1 month ago)
- Last Synced: 2024-12-16T17:41:56.899Z (about 1 month ago)
- Topics: qrcode, qrcode-generator, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://giandonatoinverso.it/qrcode/login.php
- Size: 225 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Qr code for YunoHost
[![Integration level](https://apps.yunohost.org/badge/integration/dynamicqrcode)](https://ci-apps.yunohost.org/ci/apps/dynamicqrcode/)
![Working status](https://apps.yunohost.org/badge/state/dynamicqrcode)
![Maintenance status](https://apps.yunohost.org/badge/maintained/dynamicqrcode)[![Install Dynamic Qr code with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dynamicqrcode)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Dynamic Qr code quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
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. Built on top of Bootstrap" and 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.
**Shipped version:** 2.2.7~ynh2
**Demo:**
## Screenshots
![Screenshot of Dynamic Qr code](./doc/screenshots/screenshot.png)
## Documentation and resources
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/dynamicqrcode_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/dynamicqrcode_ynh/tree/testing --debug
or
sudo yunohost app upgrade dynamicqrcode -u https://github.com/YunoHost-Apps/dynamicqrcode_ynh/tree/testing --debug
```**More info regarding app packaging:**