blutrixx / nativephp-telephony-gateway
A NativePHP Mobile plugin
Package info
github.com/joelnjoshkibona/nativephp-telephony-gateway
Language:Kotlin
Type:nativephp-plugin
pkg:composer/blutrixx/nativephp-telephony-gateway
dev-main
2026-08-26 04:43 UTC
Requires
- php: ^8.2
- nativephp/mobile: ^3.0
Requires (Dev)
- pestphp/pest: ^3.0
This package is auto-updated.
Last update: 2026-08-26 04:51:11 UTC
README
A NativePHP Mobile plugin
Installation
composer require blutrixx/nativephp-telephony-gateway
Usage
use Blutrixx\NativephpTelephonyGateway\Facades\TelephonyGateway; // Execute functionality $result = TelephonyGateway::execute(['option1' => 'value']); // Get status $status = TelephonyGateway::getStatus();
Listening for Events
use Livewire\Attributes\On; #[On('native:Blutrixx\NativephpTelephonyGateway\Events\TelephonyGatewayCompleted')] public function handleTelephonyGatewayCompleted($result, $id = null) { // Handle the event }
License
MIT