chocofamilyme / laravel-voicecall
package to make voice calls
Installs: 5 345
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 1
Open Issues: 3
Requires
- php: ^7.3|^7.4|^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.1
- sempro/phpunit-pretty-print: ^1.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-11-19 22:09:51 UTC
README
Laravel voicecall package allows you to make voice calls with different providers
Installation
composer require chocofamilyme/laravel-voicecall
Publishing the configuration
php artisan vendor:publish --provider="Chocofamilyme\LaravelVoiceCall\VoicecallServiceProvider"
Examples
make voice call
VoicecallService::create()->call();