Package Data | |
---|---|
Maintainer Username: | Pr3d4dor |
Maintainer Contact: | gian_bine@hotmail.com (Gianluca Bine) |
Package Create Date: | 2020-05-11 |
Package Last Update: | 2024-05-31 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 15:05:48 |
Package Statistics | |
---|---|
Total Downloads: | 1,736 |
Monthly Downloads: | 11 |
Daily Downloads: | 0 |
Total Stars: | 6 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Total Voice SDK wrapper for Laravel/Lumen.
You can install the package via composer:
composer require aiqfome/totalvoice-laravel
Publish the config:
php artisan vendor:publish
Insert your TotalVoice API token in the config file config/totalvoice.php
:
<?php
return [
...
'token' => 'YOUR_TOKEN_HERE',
...
];
Or in your env file .env
:
...
TOTAL_VOICE_API_TOKEN="YOUR_TOKEN_HERE"
...
Check the Total Voice SDK documentation.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email gian_bine@hotmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.