8000 GitHub - libeo/QrCode: Endroid QR Code Generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

libeo/QrCode

 
 

Repository files navigation

Endroid QR Code

Build Status

Tile 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();

Symfony

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

About

Endroid QR Code Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.6%
  • Perl 5.1%
  • Shell 0.3%
0