voiceit-php / voiceit2
A PHP wrapper for Voiceit's API 3
v3.7.8
2026-04-15 03:16 UTC
Requires
- php: >=5.3.0
README
A PHP wrapper for VoiceIt's API 3.0 featuring Voice + Face Verification and Identification.
Installation
git clone https://github.com/voiceittech/voiceit3-php.git
Then include in your project:
require_once "voiceit3-php/voiceit3.php";
Getting Started
Sign up at voiceit.io/pricing to get your API Key and Token, then log in to the Dashboard to manage your account.
API Calls
You can visit our HTTP API 3.0 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!
License
voiceit3-php is available under the MIT license. See the LICENSE file for more info.

