analyzedata/trust-php-client
Composer 安装命令:
composer require analyzedata/trust-php-client
包简介
README 文档
README
$config = new Configuration();
$config->setHost("https://ingestion.analyzedata.com")
->setUsername("your-project-number-here")
->setPassword("YOUR-PROJECT-ACCESS-TOKEN-HERE");
$API = new SipAnalysisApi(null, $config);
$cdr = new CDRRecord([
'call_id' => '55cc2800-07da-11eb-a83b-b1abfac34fbc',
'src' => '+31401111111',
'dst' => '+31452222222',
'disposition' => 'TRYING'
]);
$API->addCDR($cdr);
Details
For more details, please see the docs/ folder. If you feel any documentation is unclear or lacking, please feel free to contact us at info@analyzedata.com, or simple create an issue on our GitLab:
https://gitlab.com/analyzedata-opensource/trust-php-client/-/issues
统计信息
- 总下载量: 1.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-02-15