A SIP client.

Maintainers

Package info

github.com/freerkminnema/sip

pkg:composer/freerkminnema/sip

Statistics

Installs: 95

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

0.0.1 2025-03-07 06:54 UTC

This package is auto-updated.

Last update: 2026-03-07 10:02:36 UTC


README

composer require freerkminnema/sip
$client = new \FreerkMinnema\Sip\Client([
    'host' => 'pbx.example.com',
    'username' => 'user',
    'password' => 'pass',
]);
$client->call('extension@pbx.example.com');

Once it starts the ringing, it won't cancel. You'll need to pick up the phone or wait for the time-out.