Calico is a Sri Lankan company that manufacture Cords and tapes. Their main customers are Adidas and Nike, company’s manufacturing plant is located at Negombo, Sri Lannka. Recently they approached us to develop a QR-Code generating software for their packing section. Which they can put it on their boxes and access the QR-code using their mobile to get entire details about the package eg: contents, current location and invoice.
We were able to complete this project successfully, within few weeks. To accomplish this task we used technologies such as PHP, Mysql, HTML, CSS and Javascript. For Qr-code generating process, i used a third party library called phpqrcodedeveloped by Alexandre Assouad, you can check his librarys at github-account.
Here is the code snippet for adding phpqrcode library.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
//set it to writable location, a place for temp generated PNG files
Calico QR- code System
Calico is a Sri Lankan company that manufacture Cords and tapes. Their main customers are Adidas and Nike, company’s manufacturing plant is located at Negombo, Sri Lannka. Recently they approached us to develop a QR-Code generating software for their packing section. Which they can put it on their boxes and access the QR-code using their mobile to get entire details about the package eg: contents, current location and invoice.
We were able to complete this project successfully, within few weeks. To accomplish this task we used technologies such as PHP, Mysql, HTML, CSS and Javascript. For Qr-code generating process, i used a third party library called phpqrcode developed by Alexandre Assouad, you can check his librarys at github-account.
Here is the code snippet for adding phpqrcode library.
Hope this Helps. 🙂
sathyabaman
I am a mobile application consultant with 7 years of experience in IT industry .
Next ArticleProtect Yourself From WannaCry Ransomware Attacks