PHPackages                             bangpound/tika-rest-client - 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. bangpound/tika-rest-client

ActiveLibrary

bangpound/tika-rest-client
==========================

Web services client for Apache Tika

1.0.0(12y ago)24.7k↓100%3[1 issues](https://github.com/bangpound/tika-rest-client/issues)MITPHPPHP &gt;=5.3.0

Since Apr 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bangpound/tika-rest-client)[ Packagist](https://packagist.org/packages/bangpound/tika-rest-client)[ RSS](/packages/bangpound-tika-rest-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Tika REST Client
================

[](#tika-rest-client)

This PHP client interacts with the [Tika REST Server](http://wiki.apache.org/tika/TikaJAXRS) for extracting content and metadata from a \[wide variety of document file types\]\[types\]. There are \[alternative PHP libraries\]\[alternatives\] that use the [Tika command line client](http://tika.apache.org/1.4/gettingstarted.html "see "), but instantiating the JVM for each operation is slow and costly.

This client is built on [Guzzle](http://guzzlephp.org).

"see "Using Tika as a command line utility"" \[types\]: \[alternatives\]:

Project Setup
-------------

[](#project-setup)

This project is installed with [composer](http://getcomposer.org).

In the shell, you can run this command:

```
composer require bangpound/tika-rest-client
```

Or you can edit your `composer.json` file to include this requirement:

```
{
    "require": {
        "bangpound/tika-rest-client": "^1.0"
    }
}
```

Usage
-----

[](#usage)

```
