voices-az / api
API library for Voices.az
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/voices-az/api
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}");