PHPackages                             renexx/qrcode - 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. renexx/qrcode

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

renexx/qrcode
=============

Vcard 3.0

1.0.0(4y ago)08GPL-3.0+PHPPHP &gt;=5.2.4

Since Sep 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/renexx/QRCode)[ Packagist](https://packagist.org/packages/renexx/qrcode)[ Docs](http://hizup.uk)[ RSS](/packages/renexx-qrcode/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

🚀 PHP QR Code 📱
===============

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

[![Scrutinizer Quality Score](https://camo.githubusercontent.com/7b77c8684572450b5ee2491e255d0e0c0271a3b4d160148f4c69810b637d3385/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70482d372f5152436f64652d47656e657261746f722d5048502d436c6173732f6261646765732f7175616c6974792d73636f72652e706e673f733d65343639613634613961633433613762343233336635383133613730373862303861356236393536)](https://scrutinizer-ci.com/g/pH-7/QRCode-Generator-PHP-Class/)

Description
-----------

[](#description)

**QRCode PHP class** allows you to easily generate a simple **QR code** using **vCard** 4.0 and the Google Chart API.

Here are two videos explaining QR code:  and

Composer Installation
---------------------

[](#composer-installation)

You can add it easily in your project by using [Composer](https://getcomposer.org/).

```
$ composer require ph-7/qrcode-generator-php-class
```

If you want Vcard Version 3.0 (works for Iphone and Android devices) use my project

```
$ composer require renexx/qrcode
```

Then, include Composer's autoload

```
require_once 'vendor/autoload.php';
```

Manual Installation
-------------------

[](#manual-installation)

If you don't use Composer, you can install it without Composer by simply including the class

```
require 'QRCode.class.php';
```

How to Use
----------

[](#how-to-use)

Here's a basic example:

```
/**
 * If you have PHP 5.4 or higher, you can instantiate the object like this:
 * (new QRCode)->fullName('...')->... // Create vCard Object
 */
$oQRC = new QRCode; // Create vCard Object
$oQRC->fullName('Pierre-Henry Soria') // Add Full Name
    ->nickName('PH7') // Add Nickname
    ->gender('M') // Add Gender
    ->email('ph7software@gmail.com') // Add Email Address
    ->impp('phs_7@aol.com') // Add Instant Messenger
    ->url('http://ph-7.github.com') // Add URL Website
    ->note('Hello to all! I am a web developer. As hobbies I like climbing and swimming ...') // Add Note
    ->categories('developer,designer,climber,swimmer') // Add Categories
    ->photo('http://files.phpclasses.org/picture/user/1122955.jpg') // Add Avatar
    ->lang('en-US') // Add Language
    ->finish(); // End vCard

// echo ''; // Generate and display the QR Code
$oQRC->display(300); // Set size and display QR Code default 150px
```

You also have a sample file here:

Server Requirements
-------------------

[](#server-requirements)

PHP 5.2.4 or higher.

Author
------

[](#author)

[Pierre-Henry Soria](http://pierrehenry.be)

Author of the changed project
-----------------------------

[](#author-of-the-changed-project)

René Bolf Contact me: *bolf \[\[AT\]\] inqool \[\[D0T\]\] cz*

Contact
-------

[](#contact)

Contact me at: *pierrehenrysoria \[\[AT\]\] gmail \[\[D0T\]\] com*

License
-------

[](#license)

[General Public License 3](http://www.gnu.org/licenses/gpl.html) or later; See the LICENSE.txt file.

QRCode
======

[](#qrcode)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1711d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37361090?v=4)[renexx](/maintainers/renexx)[@renexx](https://github.com/renexx)

---

Top Contributors

[![renexx](https://avatars.githubusercontent.com/u/37361090?v=4)](https://github.com/renexx "renexx (9 commits)")

---

Tags

qr codelibraryclassvCardqr code libraryqr code class

### Embed Badge

![Health badge](/badges/renexx-qrcode/health.svg)

```
[![Health](https://phpackages.com/badges/renexx-qrcode/health.svg)](https://phpackages.com/packages/renexx-qrcode)
```

###  Alternatives

[ph-7/qrcode-generator-php-class

Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP

10415.5k2](/packages/ph-7-qrcode-generator-php-class)[chillerlan/php-qrcode

A QR Code generator and reader with a user-friendly API. PHP 8.4+

2.4k28.9M208](/packages/chillerlan-php-qrcode)[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89152.7M321](/packages/nette-robot-loader)[league/iso3166

ISO 3166-1 PHP Library

69536.3M116](/packages/league-iso3166)[zxing/qr-reader

PHP qr code reader library

7542.7k1](/packages/zxing-qr-reader)[dekor/php-array-table

PHP Library for printing associative arrays as text table (similar to mysql terminal console)

296.6M2](/packages/dekor-php-array-table)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
