awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
endroid avatar

endroid/qr-code

0
View on GitHub↗
4,790 stars·772 forks·PHP·MIT·2 vuesendroid.nl↗

Qr Code

Il s'agit d'une bibliothèque PHP pour générer des codes QR lisibles par machine à partir de texte ou de charges utiles de données. Elle fonctionne comme une bibliothèque d'images qui rend ces codes dans divers formats tout en fournissant des utilitaires pour vérifier l'exactitude et la lisibilité des données.

Le projet se distingue par la prise en charge de la création de codes QR de marque, permettant l'intégration de logos personnalisés et d'étiquettes de texte. Pour assurer la qualité, il inclut un outil de validation qui effectue une vérification de lisibilité pour confirmer que les codes générés sont prêts à être scannés avant le déploiement.

La bibliothèque couvre un large éventail de capacités de sortie et de rendu, y compris l'exportation multi-format vers PNG, SVG, WebP et PDF. Elle gère la livraison des données via des chaînes binaires, des URI de données et des fichiers système, et inclut des configurations pour l'encodage des caractères et l'optimisation de la netteté de l'image.

Features

  • QR Code Generators - Creates machine-readable QR codes from input data and exports them as image files.
  • Logo Overlays - Implements the overlay of custom logos and text labels onto the generated QR code grid.
  • Branded QR Codes - Enables the creation of branded QR codes by overlaying custom logos and labels.
  • Multi-Format Exports - Supports rendering QR codes into multiple file formats, including PNG, SVG, WebP, and PDF.
  • Visual Brand Assets - Allows the embedding of custom image logos and text labels to establish a visual brand identity.
  • QR Code Exports - Exports QR codes as base64 images or files for seamless integration into web applications.
  • QR Readability Validators - Ships a utility to verify the readability and data accuracy of generated QR codes.
  • Readability Validations - Provides a validation tool that performs readability verification to confirm generated codes are scan-ready before deployment.
  • Readability Verification - Verifies that generated QR codes are scan-ready and contain the correct data before deployment.
  • Image Driver Abstractions - Uses a driver-based architecture to abstract rendering across multiple image formats like SVG, PNG, and PDF.
  • Readability Loopback Tests - Includes a validation tool that reads back generated images to verify data recovery and scan-readiness.
  • QR Code Delivery Formats - Provides multiple output options for delivering images via binary strings, data URIs, or the filesystem.

Historique des stars

Graphique de l'historique des stars pour endroid/qr-codeGraphique de l'historique des stars pour endroid/qr-code

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Qr Code

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Qr Code.
  • sumimakito/awesome-qr.jsAvatar de sumimakito

    sumimakito/Awesome-qr.js

    1,704Voir sur GitHub↗

    Awesome-qr.js is a JavaScript library designed for the generation and rendering of customizable QR codes. It provides a framework for encoding data into structured bit arrays while allowing for extensive visual styling, enabling the creation of branded graphics that remain compatible with standard scanning software. The library distinguishes itself through its support for layered graphical composition, which allows users to integrate background images, animated GIFs, and center logos directly into the QR code structure. To maintain scan reliability, it employs automated image binarization, en

    JavaScriptqrqr-codeqr-generator
    Voir sur GitHub↗1,704
  • zpao/qrcode.reactAvatar de zpao

    zpao/qrcode.react

    4,264Voir sur GitHub↗

    This project is a React component library for generating and rendering customizable QR codes. It provides tools to produce QR codes as either scalable vector graphics or via an HTML5 canvas. The library enables branded QR code design by allowing the embedding of custom logos or images into the center of the code. It supports a range of visual customizations, including the adjustment of dimensions, foreground and background colors, and margin thickness. The toolset covers the programmatic control of error correction levels to maintain scannability when using overlays. It also includes capabil

    TypeScript
    Voir sur GitHub↗4,264
  • codebude/qrcoderAvatar de codebude

    codebude/QRCoder

    5,135Voir sur GitHub↗

    QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a dependency-free implementation of the QR code standard for the .NET ecosystem, handling the full process from data encoding to visual output. The library includes tools for customizing QR codes through the adjustment of colors, error correction levels, and the embedding of custom logos. It also supports standardized payload formatting for specific data types such as WiFi credentials, contact cards, and payment systems. The rendering engine outputs QR codes into multiple formats, in

    C#
    Voir sur GitHub↗5,135
  • efprefix/efqrcodeAvatar de EFPrefix

    EFPrefix/EFQRCode

    4,751Voir sur GitHub↗

    EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and visionOS. It functions as a toolkit for creating both static and animated QR codes and extracting encoded text from one or multiple codes within a single image. The library enables visual branding through the integration of watermarks, icons, and animated sequences. It supports multi-format export, allowing generated codes to be saved as static images, lossless PDFs, animated GIFs, or video files. The toolkit covers high-level functional areas including QR code generation, image-b

    Swift
    Voir sur GitHub↗4,751
Voir les 30 alternatives à Qr Code→

Questions fréquentes

Que fait endroid/qr-code ?

Il s'agit d'une bibliothèque PHP pour générer des codes QR lisibles par machine à partir de texte ou de charges utiles de données. Elle fonctionne comme une bibliothèque d'images qui rend ces codes dans divers formats tout en fournissant des utilitaires pour vérifier l'exactitude et la lisibilité des données.

Quelles sont les fonctionnalités principales de endroid/qr-code ?

Les fonctionnalités principales de endroid/qr-code sont : QR Code Generators, Logo Overlays, Branded QR Codes, Multi-Format Exports, Visual Brand Assets, QR Code Exports, QR Readability Validators, Readability Validations.

Quelles sont les alternatives open-source à endroid/qr-code ?

Les alternatives open-source à endroid/qr-code incluent : sumimakito/awesome-qr.js — Awesome-qr.js is a JavaScript library designed for the generation and rendering of customizable QR codes. It provides… zpao/qrcode.react — This project is a React component library for generating and rendering customizable QR codes. It provides tools to… codebude/qrcoder — QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a… efprefix/efqrcode — EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and… kozakdenys/qr-code-styling — This library provides a framework for generating and styling QR codes within web applications. It transforms raw data… yipianfengye/android-zxinglibrary — This is a ZXing-based toolkit for integrating barcode and QR code scanning and generation into Android applications.…