Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camilomunhoz/php-qrcode


https://github.com/camilomunhoz/php-qrcode

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

```php
QRCode::generate('Hello world!', 400)->show();
```

```php
$qrcode = new QRCode('Hello world!', 400);
$qrcode->generate();
$qrcode->show();
```