voices-az / api
API library for Voices.az
v1.1.3
2024-05-02 11:25 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.8
- guzzlehttp/psr7: ^2.6
README
Installation
From the command line run
$ composer require voices-az/api
Once VoicesAPI is installed you need initialize with API Key. Sign up or login for go to cabinet on Voices.az and get API Key for authentication.
VoicesAi::initialize("{api_key}");
For setting locale (Azerbaijani - az, English - en, Russian - ru)
VoicesAi::setLocale("{language_key}");