PHPackages                             gulaandrij/speaker-recognition-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. gulaandrij/speaker-recognition-bundle

ActiveSymfony-bundle

gulaandrij/speaker-recognition-bundle
=====================================

Integrates Speaker Recognition API from Microsoft Cognitive Services with Symfony

1.0.1(7y ago)1201MITPHPPHP &gt;=5.6

Since Nov 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gulaandrij/speaker-recognition-bundle)[ Packagist](https://packagist.org/packages/gulaandrij/speaker-recognition-bundle)[ RSS](/packages/gulaandrij-speaker-recognition-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Getting Started With OnekitSpeakerRecognitionBundle
===================================================

[](#getting-started-with-onekitspeakerrecognitionbundle)

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

[](#installation)

Hope you already have account on Microsoft Azure and active subscription of Speaker Recognition API.
If you didn't, follow this link:
It's free for trial.

1. Download OnekitSpeakerRecognitionBundle using composer
2. Enable the bundle
3. Configure bundle
4. Call Microsoft Speaker Recognition API endpoints from your own Controller

### Step 1: Download OnekitSpeakerRecognitionBundle using composer

[](#step-1-download-onekitspeakerrecognitionbundle-using-composer)

Type in directory with your project:

```
$ php composer.phar require onekit/speaker-recognition-bundle
```

Composer will install the bundle to your project's 'vendor/onekit' directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
