QRcodePlugin ============ The QRcode plugin provides helper to create QR code image in your symfony projects. Examples ------------ * Sample 1 * In the template: <?php use_helper('QRcode'?> <?php echo QRcode('I love symfony');?> TODO ---- * some thing...