wheredidgogogo / avanser
A Laravel package to connect to Avanser call tracking API
Installs: 175
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 2
Type:laravel
This package is not auto-updated.
Last update: 2024-11-19 18:18:05 UTC
README
This is a laravel package to connect to the Avanser call tracking platform.
Installation
Composer
composer require wheredidgogogo/avanser
Laravel
Add Provider
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, ... ],
Publish Configuration
php artisan vendor:publish
This will genetate a config file config/avanser.php
where you will need to enter your Avanser API credentials.
Use
$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