PHPackages                             janborg/symfony-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. janborg/symfony-tabula

ActiveLib

janborg/symfony-tabula
======================

025PHP

Since Sep 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/janborg/symfony-tabula)[ Packagist](https://packagist.org/packages/janborg/symfony-tabula)[ RSS](/packages/janborg-symfony-tabula/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

contao-tabula
=============

[](#contao-tabula)

Intro
-----

[](#intro)

contao-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 janborg/contao-tabula

```

Configuration Settings (Java is needed)
---------------------------------------

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

\[Windows\]

.

\[MacOs\]

```
brew update

```

```
brew cask install java

```

\[Debian\]

```
sudo apt install default-jre

```

\[Fedora\]

```
sudo dnf install java-latest-openjdk

```

How to use in Contao (Example)
------------------------------

[](#how-to-use-in-contao-example)

```
$file = storage_path('app/public/pdf/test.pdf')

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

$tabula->setPdf($file)
    ->setOptions([
        'format' => 'json',
        'pages' => 'all',
        'lattice' => true,
        'stream' => true,
        'outfile' => storage_path("app/public/csv/test.csv"),
    ])
    ->convert();

```

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ddf1e4630e8310a2d47c3e36fcd79e0324a491815bd10901ace09ad20a8b395?d=identicon)[janborg](/maintainers/janborg)

---

Top Contributors

[![janborg](https://avatars.githubusercontent.com/u/10844680?v=4)](https://github.com/janborg "janborg (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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