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

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

ezsystems/apache-tika-bundle
============================

Symfony Bundle for https://github.com/vaites/php-apache-tika

v2.1.0(4y ago)2387.3k↓33.8%11MITPHPPHP ^7.3 || ^8.0

Since Jan 11Pushed 2y agoCompare

[ Source](https://github.com/ezsystems/ApacheTikaBundle)[ Packagist](https://packagist.org/packages/ezsystems/apache-tika-bundle)[ Docs](https://github.com/jolicode/ApacheTikaBundle)[ RSS](/packages/ezsystems-apache-tika-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (15)Used By (1)

ApacheTikaBundle
================

[](#apachetikabundle)

[![Travis](https://camo.githubusercontent.com/ae6f5207ceec2809508bf3bac01585c541a8c72eb71f7c2fab095c4c43497ea5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f6c69636f64652f41706163686554696b6142756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jolicode/ApacheTikaBundle)[![Latest Stable Version](https://camo.githubusercontent.com/b6f1d2ddb386c487d1197e5c357b8fd32cf7fb34b4cb4bbfa13ca3856ba4d63a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6c69636f64652f6170616368652d74696b612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jolicode/apache-tika-bundle)[![Total Downloads](https://camo.githubusercontent.com/f8302ea42e361f46a6e43402033b9620505fcbf0c505688113ae418cefb6a084/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f6c69636f64652f6170616368652d74696b612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jolicode/apache-tika-bundle)[![License](https://camo.githubusercontent.com/96810f214ba31fdb3a820607fdde8424cdcf499544eb91794764b622da22d48e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6f6c69636f64652f6170616368652d74696b612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jolicode/apache-tika-bundle)[![SensioLabs Insight](https://camo.githubusercontent.com/2673a0bd860c4ed6baea9679173512de4e8d75f348f07ddbc16491edda56588d/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f61383031373665362d656365612d343261362d613730372d3262396463356436343164332e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/a80176e6-ecea-42a6-a707-2b9dc5d641d3)

This bundle integrates the [php-apache-tika](https://github.com/vaites/php-apache-tika) library into Symfony2.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require jolicode/apache-tika-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
