PHPackages                             golivehost/php-qrcodegen - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. golivehost/php-qrcodegen

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

golivehost/php-qrcodegen
========================

A simple PHP library to generate QR codes using the GoLive.host QR Generator API.

v0.1.1(1y ago)3512PHPPHP ^7.3 || ^8.0

Since Jan 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/golivehost/php-qrcodegen)[ Packagist](https://packagist.org/packages/golivehost/php-qrcodegen)[ RSS](/packages/golivehost-php-qrcodegen/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

GoLiveHost PHP QR Code Generator
================================

[](#golivehost-php-qr-code-generator)

**GoLiveHost PHP QR Code Generator** is a simple PHP library designed to easily generate QR codes using the GoLive.host QR Generator API.

### Requirements

[](#requirements)

- **cURL** extension enabled in PHP
- **PHP version**: 7.3 or higher (compatible with PHP 8.0+)

Installation
------------

[](#installation)

To install this library, use Composer. Run the following command:

```
composer require golivehost/php-qrcodegen

```

This will download and install the library and its dependencies into your project.

Usage
-----

[](#usage)

### Example 1: Generate QR Code with Label

[](#example-1-generate-qr-code-with-label)

This example demonstrates how to generate a QR code with a label below it.

```
