PHPackages                             arcanedev/qr-code - 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. arcanedev/qr-code

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

arcanedev/qr-code
=================

QR Code generator

1.0.2(11y ago)932.2k↓85.7%3[2 issues](https://github.com/arcanedev-maroc/QrCode/issues)1MITPHPPHP &gt;=5.4.0

Since Oct 23Pushed 11y ago2 watchersCompare

[ Source](https://github.com/arcanedev-maroc/QrCode)[ Packagist](https://packagist.org/packages/arcanedev/qr-code)[ Docs](https://github.com/arcanedev-maroc/QrCode)[ RSS](/packages/arcanedev-qr-code/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

QR Code Generation
==================

[](#qr-code-generation)

This library helps you generate images containing a QR code.

*By [ARCANEDEV©](http://www.arcanedev.net/)*

[![Build Status](https://camo.githubusercontent.com/e41278b8f66997396eacac870a5e76ef1d3b3bdd4675e74248d9786f71ac090b/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f617263616e656465762d6d61726f632f5172436f64652e737667)](http://travis-ci.org/arcanedev-maroc/QrCode)[![Version](https://camo.githubusercontent.com/cc2dc1714572662106ebd8cdb14bb41f7234718723523ace9d9be41991462d92/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617263616e656465762f71722d636f64652e737667)](https://packagist.org/packages/arcanedev/qr-code)[![License](https://camo.githubusercontent.com/bd90ca393ac97e7ba40dfd69bcc17b380b24bbea43aec29e0f29c0f6064b6417/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f617263616e656465762f71722d636f64652e737667)](http://opensource.org/licenses/MIT)

### Contributing

[](#contributing)

If you have any suggestions or improvements feel free to create an issue or create a Pull Request.

### Requirements

[](#requirements)

```
- PHP >= 5.4.0
- GD extension

```

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

[](#installation)

QrCode should be installed using composer. The general composer instructions can be found on the composer website.

After that, just declare the qr-code dependency as follows:

```
"require" : {
    ...
    "arcanedev/qr-code": "dev-master"
}

```

Then, run `composer.phar update` and you should be good.

USAGE
-----

[](#usage)

```
