Looking to hire Laravel developers? Try LaraJobs

laravel-voicecall maintained by chocofamilyme

Description
package to make voice calls
Last update
2023/04/19 20:26 (dev-dependabot/composer/guzzlehttp/psr7-2.5.0)
License
Links
Downloads
6 489

Comments
comments powered by Disqus

Laravel VoiceCall package

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();