Download the PHP package heronational/php-qrcode without Composer
On this page you can find all versions of the php package heronational/php-qrcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heronational/php-qrcode
More information about heronational/php-qrcode
Files in heronational/php-qrcode
Download heronational/php-qrcode
More information about heronational/php-qrcode
Files in heronational/php-qrcode
Vendor heronational
Package php-qrcode
Short Description Générateur de QR Codes performant en PHP avec options avancées
License MIT
Homepage https://github.com/heronational/php-qrcode
Package php-qrcode
Short Description Générateur de QR Codes performant en PHP avec options avancées
License MIT
Homepage https://github.com/heronational/php-qrcode
Please rate this library. Is it a good library?
Informations about the package php-qrcode
Générateur de QR Code (php-QrCode)
Description
Application web permettant de générer des QR Codes au format vCard ou texte simple, avec une interface moderne et intuitive.
Fonctionnalités
- Génération de QR Codes :
- Format vCard (carte de visite)
- Format texte simple
- Export en plusieurs formats :
- PNG (bitmap)
- SVG (vectoriel)
- EPS (vectoriel)
- Interface moderne avec dégradés dynamiques
- Personnalisation avancée du QR Code
Prérequis
- PHP 7.4+
- Composer
- Serveur Web (Apache, Nginx...)
- Extensions PHP :
- GD Library
- DOM Extension
Installation
Option 1 : Via Composer (recommandée)
Option 2 : Installation manuelle
-
Cloner le dépôt :
-
Installer les dépendances :
- Configurer les permissions du dossier temp :
Note : L'installation via Composer (Option 1) est recommandée car elle gère automatiquement les dépendances et les mises à jour.
Structure du Projet
Utilisation
une vCard
- Sélectionnez l'onglet "vCard"
- Remplissez les informations de contact
- Choisissez le format de sortie (PNG, SVG, EPS)
- Définissez le niveau de correction et la taille
- Cliquez sur "Générer"
un Texte
- Sélectionnez l'onglet "Texte"
- Saisissez votre texte
- Configurez les options de génération
- Cliquez sur "Générer"
Options de Correction
Niveau | Description | Correction |
---|---|---|
L | Minimal | 7% |
M | Standard | 15% |
Q | Élevé | 25% |
H | Maximal | 30% |
d'Export
- PNG : Format bitmap standard
- SVG : Format vectoriel web
- EPS : Format vectoriel impression
Sécurité
- Nettoyage des entrées utilisateur
- Protection XSS
- Validation des formats
- Gestion sécurisée des sessions
Technologies
- PHP 7.4+
- Bootstrap 5
- jQuery
- Select2
- Endroid/QR-Code
Contribution
- Forkez le projet
- Créez une branche (
git checkout -b feature/AmazingFeature
) - Commitez vos changements (
git commit -m 'Add AmazingFeature'
) - Poussez la branche (
git push origin feature/AmazingFeature
) - Ouvrez une Pull Request
Licence
Distribué sous la licence MIT. Voir LICENSE
pour plus d'informations.
Démos
Auteur
Jacobin Daniel Fokou - @Jacobin Daniel Fokou
Remerciements
Dernière mise à jour : Mai 2024
All versions of php-qrcode with dependencies
PHP Build Version
Package Version
The package heronational/php-qrcode contains the following files
Loading the files please wait ....