chocofamilyme/laravel-voicecall

package to make voice calls

Maintainers

Package info

github.com/chocofamilyme/laravel-voicecall

pkg:composer/chocofamilyme/laravel-voicecall

Statistics

Installs: 6 472

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 3

v1.1 2021-09-02 12:27 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();