janfish/ephone

JIUHUA E-Phone api

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

This package is not auto-updated.

Last update: 2024-04-26 19:50:38 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;
}