PHP code example of heronational / php-qrcode

1. Go to this page and download the library: Download heronational/php-qrcode library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

heronational / php-qrcode example snippets

bash
composer 
bash
git clone https://github.com/HeroNational/php-QrCode
cd php-QrCode

qrCode-master/
├── php/
│   └── uration
│       ├── functions.php    # Fonctions utilitaires
│       ├── generateText.php # Générateur QR texte
│       ├── generatevCard.php# Générateur QR vCard
│       └── imports.php      # Import des librairies
├── temp/                    # QR codes générés
├── vendor/                  # Dépendances
├── composer.json     
├── index.php               # Point d'entrée
└── README.md