Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gheja/popartqr
- Owner: gheja
- Created: 2012-06-27T15:34:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-27T16:43:38.000Z (over 12 years ago)
- Last Synced: 2024-04-16T08:48:55.328Z (7 months ago)
- Language: PHP
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.