PHPackages                             funstaff/tika-bundle - 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. funstaff/tika-bundle

ActiveBundle

funstaff/tika-bundle
====================

Bundle for Apache Tika wrapper

113.8k↓100%1PHP

Since Dec 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Funstaff/TikaBundle)[ Packagist](https://packagist.org/packages/funstaff/tika-bundle)[ RSS](/packages/funstaff-tika-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#TikaBundle

A bundle for [Tika wrapper](https://github.com/Funstaff/Tika)

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

[](#installation)

To install FunstaffTikaBundle with Composer just run:

```
$ php composer.phar require funstaff/tika-bundle dev-master
```

Usage
-----

[](#usage)

config.yml

```
funstaff_tika:
    tika_path:  /path/to/tika.jar   # required
    java_path:  ~                   # default: null
    metadata_class: ~               # default: Funstaff\Tika\Metadata
    output_format: ~                # default: xml
    metadata_only: ~                # default: false
    output_encoding: ~              # default: UTF-8
    logging: ~                      # default: prod = false, dev = true
```

On controller:

```
$wrapper = $this->get('funstaff_tika.wrapper')
    ->addDocument(new Document('doc.pdf', $funstaffVendor.'/Tests/File/test.pdf'))
    ->execute();

/* Get Document */
$document = $wrapper->getDocument('doc.pdf');

/* Get Metadata */
$metadata = $document->getMetadata();
```

Credits
-------

[](#credits)

To all users that gave feedback and committed code .

© Bertrand Zuchuat - Funstaff

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/1ed2cda34721133fd21a9d1b7369653f933b11b04eda6f4438f533c37b7d096f?d=identicon)[Garfield-fr](/maintainers/Garfield-fr)

---

Top Contributors

[![Garfield-fr](https://avatars.githubusercontent.com/u/48578?v=4)](https://github.com/Garfield-fr "Garfield-fr (12 commits)")

### Embed Badge

![Health badge](/badges/funstaff-tika-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/funstaff-tika-bundle/health.svg)](https://phpackages.com/packages/funstaff-tika-bundle)
```

PHPackages © 2026

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