PHPackages                             tuckdesign/rs-invoice-qrcode-reader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tuckdesign/rs-invoice-qrcode-reader

ActiveLibrary

tuckdesign/rs-invoice-qrcode-reader
===================================

Reads QR codes from serbian fiscal invoice in pdf or image formats and gets json data

0.4(1y ago)09MITPHPPHP &gt;=7.4

Since Jan 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tuckdesign/rs-invoice-qrcode-reader)[ Packagist](https://packagist.org/packages/tuckdesign/rs-invoice-qrcode-reader)[ RSS](/packages/tuckdesign-rs-invoice-qrcode-reader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

rs-invoice-qrcode-reader
========================

[](#rs-invoice-qrcode-reader)

Reads QR codes from Serbian fiscal invoice in pdf or image formats and gets json data

It is using API from here:

- [Requirements](#requirements)
- [Installation](#installation)
- [Getting started](#getting-started)

Requirements
------------

[](#requirements)

Following is required:

- PHP 7.4+
- php-curl extension
- xpdf and zbar-tools installed on server (optional)
- mpdf (optional)

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/). To [add a dependency](https://getcomposer.org/doc/04-schema.md#package-links) to your project.

Run the following to use the latest stable version

```
composer require tuckdesign/rs-invoice-qrcode-reader
```

Getting started
---------------

[](#getting-started)

The following is a basic usages examples of the RSQRCodeReader library.

```
