Package Data | |
---|---|
Maintainer Username: | wheredidgogogo |
Maintainer Contact: | anthony@searchplus.com.au (Anthony Gherghetta) |
Package Create Date: | 2017-06-15 |
Package Last Update: | 2020-08-11 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-05 03:15:36 |
Package Statistics | |
---|---|
Total Downloads: | 237 |
Monthly Downloads: | 37 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 2 |
Total Open Issues: | 2 |
This is a laravel package to connect to the Avanser call tracking platform.
http://www.avanser.com.au/
composer require wheredidgogogo/avanser
In your config/app.php
add the following Wheredidgogogo\Avanser\AvanserServiceProvider::class,
to the providers array:
'providers' => [
...
Wheredidgogogo\Avanser\AvanserServiceProvider::class,
...
],
'alias' => [
...
'Avanser' => Wheredidgogogo\Avanser\AvanserFacade::class,
...
],
php artisan vendor:publish
This will genetate a config file config/avanser.php
where you will need to enter your Avanser API credentials.
$results = \Avanser::getCallData();
An array of values can be sent with the query:
date_from, date_to, last_id, limit, evaluations, features, wav, web, detailed, localtime