Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:**