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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

funstaff/funstafftikabundle
===========================

FunstaffTikaBundle: Wrapper for tika.

0891PHP

Since Apr 2Pushed 13y ago1 watchersCompare

[ Source](https://github.com/emgiezet/FunstaffTikaBundle)[ Packagist](https://packagist.org/packages/funstaff/funstafftikabundle)[ RSS](/packages/funstaff-funstafftikabundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

FunstaffTikaBundle: Wrapper for tika
====================================

[](#funstafftikabundle-wrapper-for-tika)

[![Build Status](https://camo.githubusercontent.com/9381cd924b307cb3aa1947ba19a7f409af0f181e7bc11638a55de586e63acffa/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f46756e73746166662f46756e737461666654696b6142756e646c652e706e67)](http://travis-ci.org/Funstaff/FunstaffTikaBundle)

This bundle work with [Apache Tika](http://tika.apache.org/).

Configuration
-------------

[](#configuration)

File config.yml

```
funstaff_tika:
    tika_path:       /path/to/tika-app-1.0.jar
    output_format:   ~  # default: xml
    output_encoding: ~  # default: UTF-8
    logging:         ~  # Use the Symfony2 default. Force the logging with this param.

```

Examples
--------

[](#examples)

### Extract only the content:

[](#extract-only-the-content)

```
$tika = $this->get('funstaff.tika')
        ->setOutputFormat('text')
        ->addDocument('foo', '/path/to/foo')
        ->extractContent();

```

### Extract Only the metadata

[](#extract-only-the-metadata)

```
$tika = $this->get('funstaff.tika')
        ...
        ->extractMetadata();

```

### Extract content and metadata

[](#extract-content-and-metadata)

```
$tika = $this->get('funstaff.tika')
        ...
        ->extractAll();

```

### Work with data

[](#work-with-data)

```
foreach ($tika->getDocuments() as $document) {
    $content = $document->getContent();
    $metadata = $document->getMetadata();
    $author = $metadata->get('Author');
}

```

Credits
-------

[](#credits)

To all users that gave feedback and committed code .

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69% 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://avatars.githubusercontent.com/u/1410665?v=4)[Max Małecki](/maintainers/emgiezet)[@emgiezet](https://github.com/emgiezet)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[amirezaeb/heroqr

A Powerful QR Code Management Library For PHP

9812.8k](/packages/amirezaeb-heroqr)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14114.1k13](/packages/netgen-content-browser)[jantinnerezo/livewire-range-slider

A Tall Stack wrapper for noUiSlider Range Slider

1511.6k1](/packages/jantinnerezo-livewire-range-slider)[agence-adeliom/easy-editor-bundle

A Symfony bundle for EasyAdmin that provide a flexible content editor

1111.3k1](/packages/agence-adeliom-easy-editor-bundle)

PHPackages © 2026

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