Skip to content

freerkminnema/sip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A SIP client in PHP.

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

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

About

A SIP client in PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages