janfish/ephone

JIUHUA E-Phone api

Maintainers

Details

github.com/zeng444/phone

Source

Issues

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/janfish/ephone

v1.0.3 2022-01-29 04:10 UTC

This package is not auto-updated.

Last update: 2025-10-11 02:14:03 UTC


README

try {
    $EPhone = new \Janfish\EPhone\Client();
    $result = $EPhone->dial('158****4751', '182****6530', 'http://www.xxx.cn:8081/3d.php',['a'=>'4552','b'=>'123']);
    print_r($result);
} catch (\Janfish\EPhone\Exception\ServerException $e) {
    echo $e->getMessage() . $e->getCode() . PHP_EOL;
}