analyzedata/trust-php-client

Installs: 1 782

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/analyzedata/trust-php-client

0.2.3 2019-05-15 09:30 UTC

This package is not auto-updated.

Last update: 2025-10-01 15:38:59 UTC


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