8000 GitHub - gogocn/QrCode: Endroid QR Code Generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gogocn/QrCode

 
 

Repository files navigation

Endroid QR Code

By endroid

Build Status Latest Stable Version Total Downloads Reference Status

This library helps you generate images containing a QR code.

<?php

$qrCode = new Endroid\QrCode\QrCode();
$qrCode->setText("Life is too short to be generating QR codes");
$qrCode->setSize(300);
$qrCode->setPadding(10);
$qrCode->render();

QR Code

Symfony

You can use EndroidQrCodeBundle to enable this service in your Symfony application.

License

This bundle is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

About

Endroid QR Code Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0