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
- Host: GitHub
- URL: https://github.com/voiceittech/voiceit3-php
- Owner: voiceittech
- License: mit
- Created: 2018-03-05T00:07:44.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T12:11:44.000Z (18 days ago)
- Last Synced: 2026-04-13T14:10:55.983Z (18 days ago)
- Topics: api-wrapper, biometrics, face, face-recognition, php, php-wrapper, voice, voice-recognition, voiceit
- Language: PHP
- Homepage: https://api.voiceit.io/?php
- Size: 18 MB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/voiceittech/voiceit3-php/actions/workflows/test.yml)
[](https://github.com/voiceittech/voiceit3-php/pulls?q=is%3Apr+label%3Adependencies)
[](https://github.com/voiceittech/voiceit3-php)
[](https://github.com/voiceittech/voiceit3-php/blob/main/LICENSE)
[](https://github.com/voiceittech/voiceit3-php)
[](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 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!
[](https://github.com/voiceittech/voiceit3-php/stargazers)
## License
voiceit3-php is available under the MIT license. See the LICENSE file for more info.