2017 © Pedro Peláez
 

laravel avanser

A Laravel package to connect to Avanser call tracking API

image

wheredidgogogo/avanser

A Laravel package to connect to Avanser call tracking API

  • Friday, November 24, 2017
  • by wheredidgogogo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 16 % Grown

The README.md

Laravel Avanser Call Tracking Package

This is a laravel package to connect to the Avanser call tracking platform., (*1)

http://www.avanser.com.au/, (*2)

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:, (*3)

'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., (*4)

Use


$results = \Avanser::getCallData();

An array of values can be sent with the query:, (*5)


date_from, date_to, last_id, limit, evaluations, features, wav, web, detailed, localtime

The Versions

24/11 2017

dev-master

9999999-dev

A Laravel package to connect to Avanser call tracking API

  Sources   Download

MIT

The Requires

 

by Anthony Gherghetta

04/11 2017

2.0

2.0.0.0

A Laravel package to connect to Avanser call tracking API

  Sources   Download

MIT

by Anthony Gherghetta

15/06 2017

1.0

1.0.0.0

A Laravel package to connect to Avanser call tracking API

  Sources   Download

MIT

by Anthony Gherghetta