aiqfome/totalvoice-laravel

Total Voice SDK wrapper for Laravel/Lumen
1,945 6
Install
composer require aiqfome/totalvoice-laravel
Latest Version:v4.0.0
PHP:^7.1|^8.0
License:MIT
Last Updated:Jun 16, 2026
Links: GitHub  ·  Packagist
Maintainer: Pr3d4dor

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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

551,557,428 34,802
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437