PHPackages                             towise/towise - 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. [Image &amp; Media](/categories/media)
4. /
5. towise/towise

ActiveLibrary[Image &amp; Media](/categories/media)

towise/towise
=============

Towise assists you to detect human faces and bodies with using the latest and reliable technology.

1.3(6y ago)013MITPHP

Since May 15Pushed 6y agoCompare

[ Source](https://github.com/argedor/TowisePHPAPI)[ Packagist](https://packagist.org/packages/towise/towise)[ RSS](/packages/towise-towise/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

TOWISE PHP API
==============

[](#towise-php-api)

Towise assists you to detect human faces and bodies with using the latest and reliable technology.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

```
php 5.3+
composer 1.8+

```

### Installing

[](#installing)

To install the package

```
composer require towise/towise
```

To import your project

```
include_once "vendor/autoload.php";
use Towise\Towise;
```

### Using Towise

[](#using-towise)

You must enter appKey and appId

For Example:

```
