This website have simple interface. Allows you to create and decode Qr-code.
Project have one master page with set default paremetrs in particular:
- foregroud color
- backgroud color
- margin
- size (px)
- error correction
- format output file
- and opportunity to added logo to your qr-code
and 8 partial views, in particular:
- link
- geoposition
- telephone
- sms
- Wi-Fi
- vCard
- decode qr-code
All views are localized in three languages: en, ua, ru. The selected language is saved in session.
Used a number of open source projects to work properly:
- Laravel - is a free, open-source PHP web framework, intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony.
- Bootstrap - great UI boilerplate for modern web apps
- jQuery - is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.
- PHP - scripting development language
- HTML5
-
download project
-
added in server
-
update in composer
$ composer update
-
add folders: qrcode_images, logo, decode_qrcode on the way to:
- project_name/public/qrcode_images
- project_name/public/decode_qrcode
- project_name/public/logo
-
run website
Please make sure that you are using the version of PHP 7+
Created first version website to coding and decoding Qr-codes
- create data validation on frontend and backend
Sheviak Kyrylo - developer and UI designer.