PHPackages                             wheredidgogogo/avanser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wheredidgogogo/avanser

ActiveLaravel

wheredidgogogo/avanser
======================

A Laravel package to connect to Avanser call tracking API

2.0(8y ago)11.7k—9.3%2[2 PRs](https://github.com/wheredidgogogo/avanser/pulls)MITPHP

Since Jun 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wheredidgogogo/avanser)[ Packagist](https://packagist.org/packages/wheredidgogogo/avanser)[ RSS](/packages/wheredidgogogo-avanser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Avanser Call Tracking Package
=====================================

[](#laravel-avanser-call-tracking-package)

This is a laravel package to connect to the Avanser call tracking platform.

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require wheredidgogogo/avanser
```

Laravel
-------

[](#laravel)

### Add Provider

[](#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

[](#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
---

[](#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
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~142 days

Total

2

Last Release

3117d ago

Major Versions

1.0 → 2.02017-11-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/0131b77ec1318723649fe168044a6c360a6bc5093d652f8f87be2b49bd312bde?d=identicon)[wheredidgogogo](/maintainers/wheredidgogogo)

---

Top Contributors

[![wheredidgogogo](https://avatars.githubusercontent.com/u/2225376?v=4)](https://github.com/wheredidgogogo "wheredidgogogo (10 commits)")[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (2 commits)")

### Embed Badge

![Health badge](/badges/wheredidgogogo-avanser/health.svg)

```
[![Health](https://phpackages.com/badges/wheredidgogogo-avanser/health.svg)](https://phpackages.com/packages/wheredidgogogo-avanser)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
