PHPackages                             tabscanner/phpsdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tabscanner/phpsdk

ActivePackage[Utility &amp; Helpers](/categories/utility)

tabscanner/phpsdk
=================

v1.0.4(7y ago)21.1k3MITPHP

Since Mar 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tabscanner/php_sdk)[ Packagist](https://packagist.org/packages/tabscanner/phpsdk)[ RSS](/packages/tabscanner-phpsdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

[![N|Solid](https://camo.githubusercontent.com/6a1048a66def3b1f0de5521e70374313659f5e6057987a2a1a76f63ab075f7bd/68747470733a2f2f7777772e7461627363616e6e65722e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031372f30382f7461627363616e6e65726c6f676f3236302d7061646465642e706e67)](https://www.tabscanner.com)

The world’s most advanced receipt scanning API technology.
==========================================================

[](#the-worlds-most-advanced-receipt-scanning-api-technology)

The perfect OCR receipt scanning API for developers, utilizing state-of-the-art receipt optical character recognition. Technology designed from the ground up for receipt recognition and data extraction.

Tab Scanner is the world's first truly accurate check and receipt scanning technology. It utilises a highly crafted OCR system with state-of-the-art AI to ensure robust and reliable data extraction at lightning speeds.

- Highly accurate data extraction
- Sub-second processing speeds
- Cross-platform API support
- Easily integrates with your software
- Flexible pricing plans

About this SDK
--------------

[](#about-this-sdk)

This is an official PHP development kit for Tab Scanner API. For more information about Tab Scanner API please visit

### Installation

[](#installation)

The recommended way to install Tab Scanner PHP SDK is through [Composer](https://getcomposer.org/).

```
$ composer require tabscanner/phpsdk:1.0.2
```

### Basic Usage

[](#basic-usage)

Visit [Tab Scanner Admin](https://admin.tabscanner.com) for your API key

Note: The upload API can accept one of the following parameter:

- array - single HTTP File Upload variable ($\_FILES) (for array of files see upload\_multiple method)
- string - file path (used for fopen function)
- object - a Laravel request file object

```
use Tabscanner\Api;

$api = new Api('ApiKeyHere');

/**
 * Upload receipt to AI server to be processed
 *
 * @param $file array|string|object
 * array - single HTTP File Upload variable ($_FILES) (for array of files see upload_multiple method)
 * string - file path (used for fopen function)
 * object - a Laravel request file object (https://laravel.com/docs/5.6/requests#files)
 *
 * @return array
 */
$file = 'receipt.jpg'; //direct grab from directory
$file2 = $_FILES['receipt']; //from upload form

$upload_response = $api->upload($file); //or $file2

//receipt token is generated from API after successful upload, else will receive error
$receipt_token = $upload_response['token'];

/**
 * Get result
 *
 * @param $token string
 * @return array - receipt data
 * - will receive status as pending or done
 * - one way to use this method is to create a loop until you get a "status done" response
 */
$result_response = $api->result($receipt_token);
```

### Upcoming Methods

[](#upcoming-methods)

```
upload_multiple() //accepts multi-dimensional $_FILES
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 81% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Recently: every ~104 days

Total

6

Last Release

2619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72228?v=4)[Julius Eckert](/maintainers/julius)[@julius](https://github.com/julius)

---

Top Contributors

[![julius3digital](https://avatars.githubusercontent.com/u/38722918?v=4)](https://github.com/julius3digital "julius3digital (17 commits)")[![tabscanner](https://avatars.githubusercontent.com/u/36879708?v=4)](https://github.com/tabscanner "tabscanner (4 commits)")

### Embed Badge

![Health badge](/badges/tabscanner-phpsdk/health.svg)

```
[![Health](https://phpackages.com/badges/tabscanner-phpsdk/health.svg)](https://phpackages.com/packages/tabscanner-phpsdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
