aiqfome / totalvoice-laravel by Pr3d4dor

Total Voice SDK wrapper for Laravel/Lumen
1,562
6
4
Package Data
Maintainer Username: Pr3d4dor
Maintainer Contact: gian_bine@hotmail.com (Gianluca Bine)
Package Create Date: 2020-05-11
Package Last Update: 2023-03-23
Language: PHP
License: MIT
Last Refreshed: 2024-03-27 03:26:08
Package Statistics
Total Downloads: 1,562
Monthly Downloads: 7
Daily Downloads: 0
Total Stars: 6
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

TotalVoice Laravel

Latest Version on Packagist Build Status Total Downloads

Total Voice SDK wrapper for Laravel/Lumen.

Installation

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"
...

Usage

Check the Total Voice SDK documentation.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email gian_bine@hotmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.