An open API service indexing awesome lists of open source software.

https://github.com/voiceittech/voiceit3-php

VoiceIt API 3.0 PHP wrapper
https://github.com/voiceittech/voiceit3-php

api-wrapper biometrics face face-recognition php php-wrapper voice voice-recognition voiceit

Last synced: 17 days ago
JSON representation

VoiceIt API 3.0 PHP wrapper

Awesome Lists containing this project

README

          

[![API Test](https://github.com/voiceittech/voiceit3-php/actions/workflows/test.yml/badge.svg)](https://github.com/voiceittech/voiceit3-php/actions/workflows/test.yml)
[![Dependabot](https://img.shields.io/github/issues-pr/voiceittech/voiceit3-php/dependencies?label=dependabot&logo=dependabot&color=025e8c)](https://github.com/voiceittech/voiceit3-php/pulls?q=is%3Apr+label%3Adependencies)
[![Version](https://img.shields.io/badge/version-3.7.4-blue)](https://github.com/voiceittech/voiceit3-php)
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](https://github.com/voiceittech/voiceit3-php/blob/main/LICENSE)
[![Platform](https://img.shields.io/badge/platform-PHP-lightgrey)](https://github.com/voiceittech/voiceit3-php)
[![VoiceIt API](https://img.shields.io/badge/VoiceIt-API%203.0-blue)](https://voiceit.io)

A PHP wrapper for VoiceIt's API 3.0 featuring Voice + Face Verification and Identification.

## Installation

```bash
git clone https://github.com/voiceittech/voiceit3-php.git
```

Then include in your project:
```php
require_once "voiceit3-php/voiceit3.php";
```

## Getting Started

Sign up at [voiceit.io/pricing](https://voiceit.io/pricing) to get your API Key and Token, then log in to the [Dashboard](https://dashboard.voiceit.io) to manage your account.

API Key and Token

## API Calls

You can visit our [HTTP API 3.0 Documentation](https://voiceit.io/documentation) for detailed information on each API call.

## Support

If you find this SDK useful, please consider giving it a star on GitHub — it helps others discover the project!

[![GitHub stars](https://img.shields.io/github/stars/voiceittech/voiceit3-php?style=social)](https://github.com/voiceittech/voiceit3-php/stargazers)

## License

voiceit3-php is available under the MIT license. See the LICENSE file for more info.