Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gheja/popartqr

A PHP based colorful pop-art QR code generator powered by t0k4rt/phpqrcode.
https://github.com/gheja/popartqr

Last synced: about 1 month ago
JSON representation

A PHP based colorful pop-art QR code generator powered by t0k4rt/phpqrcode.

Awesome Lists containing this project

README

        

popartqr
========

A PHP based colorful popart QR code generator powered by [phpqrcode](https://github.com/t0k4rt/phpqrcode).

See in action: http://qr.x0.hu/

Screenshots
===========

![popart QR screenshot 1](http://qr.x0.hu/screenshot1.png)
![popart QR screenshot 2](http://qr.x0.hu/screenshot2.png)
![popart QR screenshot 3](http://qr.x0.hu/screenshot3.png)

Based on phpqrcode
==================

The code generation is handled over to phpqrcode.php from [phpqrcode](https://github.com/t0k4rt/phpqrcode).

The version included here is from 13th February 2012, commit d7d79e9eb8c0630d846fbf2f85445fb34583fbe3.

I have made only one modification on line 123, changed the QR_FIND_FROM_RANDOM to false to prevent the randomization in generated codes, so the input text will always generate the exact same QR code.