Reputation: 16086
Is there any library/class/plugin available for generating QR code and Barcode?
I am getting is two different libraries for each one of them.
It will be good if I can get in single library with both functionality.
After google I found few links like this:
https://github.com/dwisetiyadi/CodeIgniter-PHP-QR-Code
https://www.sitepoint.com/generate-qr-codes-in-php/
Upvotes: 0
Views: 18143
Reputation: 429
You can try this Codeigniter library for QR Code generation with various options like business card , phone numbers etc... https://github.com/naseemfasal/InfiQr-codeigniter/
For barcode you can try this:- https://github.com/desta88/Codeigniter-Barcode-Generator-Zend-Library/tree/master/application
But i am not sure about the availability of a library which do both.
Upvotes: 1