janfish / ephone
JIUHUA E-Phone api
v1.0.3
2022-01-29 04:10 UTC
Requires
- php: >7.1
- ext-curl: *
- ext-json: *
- yurunsoft/yurun-http: ^4.3
This package is not auto-updated.
Last update: 2025-02-28 23:27:41 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;
}