PHPackages                             shalao/tabula - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. shalao/tabula

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

shalao/tabula
=============

v1.2(4y ago)023MITPHPPHP &gt;=7.1.0

Since Sep 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/shalao/Tabula)[ Packagist](https://packagist.org/packages/shalao/tabula)[ RSS](/packages/shalao-tabula/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

tabula
======

[](#tabula)

tabula is a tool for liberating data tables trapped inside PDF files for the Laravel framework. This package was inspired by Python’s tabula-py package.

### How to install

[](#how-to-install)

```
composer require shalao/tabula

```

### Configuration Settings (Needed Java)

[](#configuration-settings-needed-java)

\[Windows\]

. Please System Path Adding.

\[Mac os\]

```
brew update

```

```
brew cask install java

```

\[Debian\]

```
sudo apt install default-jre

```

\[Fedora\]

```
sudo dnf install java-latest-openjdk

```

### How to use on Tabula (Example)

[](#how-to-use-on-tabula-example)

```
$tabula = new Tabula('/usr/bin/');

$tabula->convertInto(
  storage_path('app/public/pdf/test.pdf'),
  storage_path('app/public/json/test.csv'),
  'csv',
  'all'
);

$tabula->convertIntoByBatch(
  storage_path('app/public/pdf'),
  'json',
  'all'
);

```

### License

[](#license)

tabula is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

### Reference

[](#reference)

[laravel-tabula](https://github.com/initred/laravel-tabula)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

1696d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d35986abcf260a9b3288f9f7fade661a14c6c3dca66f6c97672424904a14fc7?d=identicon)[shalao](/maintainers/shalao)

---

Tags

jsonpdfcsvtsvtabletabula

### Embed Badge

![Health badge](/badges/shalao-tabula/health.svg)

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

###  Alternatives

[initred/laravel-tabula

laravel-tabula is a tool for liberating data tables trapped inside PDF files for the Laravel framework.

1418.6k](/packages/initred-laravel-tabula)[mledoze/countries

List of world countries in JSON, CSV, XML and YAML

6.2k699.7k6](/packages/mledoze-countries)[faisalman/simple-excel-php

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

582599.4k1](/packages/faisalman-simple-excel-php)[kartik-v/yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)

1623.1M35](/packages/kartik-v-yii2-export)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3685.2M19](/packages/gotenberg-gotenberg-php)[rodenastyle/stream-parser

PHP Multiformat Streaming Parser

443195.7k2](/packages/rodenastyle-stream-parser)

PHPackages © 2026

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