https://drive.google.com/open?id=0B3TWIbBcUUTwcE1vV24wQnRxNGs
above, the js file link includes it in your project and writes the code below in the ctp file in the php of the cake or anywhere you want to use it. I tested it in php cake ...
<-- including the file.... <?php echo $this->Html->script('jquery.qrcode.min.js')?> <div style='padding:100px''><img id="demo" style='width: 100px,height: 100px'></div> <script type="text/javascript">jQuery("#demo").qrcode({text: "HEllo World!"});</script>
source share