aferrandini/PHPQRCode

Use with Symfony 2.3.x ?

codedge opened this issue · 1 comments

I tried the composer installation with Symfony 2.3.x. After the installation how can I call it?

Thanks

You can use it as it's shown in the README.

\PHPQRCode\QRcode::png("Test", "/tmp/qrcode.png", 'L', 4, 2);