janfish / ephone
JIUHUA E-Phone api
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/janfish/ephone
Requires
- php: >7.1
- ext-curl: *
- ext-json: *
- yurunsoft/yurun-http: ^4.3
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;
}