aiqfome / totalvoice-laravel
Total Voice SDK wrapper for Laravel/Lumen
Installs: 1 710
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^7.1|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- total-voice/php-client: ^1.17
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.9
- orchestra/testbench: ^3.8|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^8.4|^9.0|^10.0|^11.0
README
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.