PHPackages                             poing/laravel-wombatdialer-api - 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. [API Development](/categories/api)
4. /
5. poing/laravel-wombatdialer-api

ActiveLibrary[API Development](/categories/api)

poing/laravel-wombatdialer-api
==============================

WombatDialer API Library for Laravel

0.1.1(5y ago)1144[14 issues](https://github.com/poing/laravel-wombatdialer-api/issues)GPL-3.0-or-laterPHP

Since Oct 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/poing/laravel-wombatdialer-api)[ Packagist](https://packagist.org/packages/poing/laravel-wombatdialer-api)[ Docs](https://github.com/poing/laravel-wombatdialer-api)[ RSS](/packages/poing-laravel-wombatdialer-api/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (8)Dependencies (6)Versions (21)Used By (0)

[![Build Status](https://camo.githubusercontent.com/ba392a8ee9bb034e238196b396c4589b8d1e98c8debc00295edb91a90bac3d77/68747470733a2f2f7472617669732d63692e636f6d2f706f696e672f6c61726176656c2d776f6d6261746469616c65722d6170692e7376673f6272616e63683d6d61696e)](https://travis-ci.com/poing/laravel-wombatdialer-api)[![Coverage Status](https://camo.githubusercontent.com/908c21d30978f876b30d247d6df809dacac7bd225ed04f67645e1b7a9820f610/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f706f696e672f6c61726176656c2d776f6d6261746469616c65722d6170692f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/poing/laravel-wombatdialer-api?branch=main)[![StyleCI](https://camo.githubusercontent.com/b0388e1184e3efd8c62c13311adca3f67edacbe90c407c1cd0766aef7cf4dca7/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3330313537333831302f736869656c643f6272616e63683d6d61696e267374796c653d666c6174)](https://github.styleci.io/repos/301573810?branch=main)

laravel-wombatdialer-api
========================

[](#laravel-wombatdialer-api)

WombatDialer API Library for Laravel

Getting Started
===============

[](#getting-started)

### 1.Install WombatDialer

[](#1install-wombatdialer)

---

Run this at the command line:

```
composer require poing/laravel-wombatdialer-api

```

This will update composer.json and install the package into the vendor/ directory.

### 2. Install Config file

[](#2-install-config-file)

---

To over-ride the default settings, initialize the config file by running this command:

```
php artisan wombatdialer:config

```

Then open config/wombatdailer.php and edit the settings .

### 3. How to Use

[](#3-how-to-use)

---

With Values from the configuration file, and after authenication . We can perform restful operations on the API.

#### Simple Usage

[](#simple-usage)

If we need to create an Asterisk API .

```
$someData =  new \WombatDialer\Controllers\Edit\Asterisk;
$data = []// data's like 'description' ,'serverType'
$someData->create($data);

```

To show an existing Asterisk API,

```
$someData =  new \WombatDialer\Controllers\Edit\Asterisk;
$someData->show(1);

```

### 4. Design Pattern

[](#4-design-pattern)

The design pattern replicates the **WombatDialer**.

```
api
├── addkey
├── callinfo
├── calls
├── campaigns
├── dialer
├── edit
│   ├── asterisk
│   ├── campaign
│   │   ├── disposition
│   │   ├── ep
│   │   ├── list
│   │   ├── oh
│   │   ├── reschedule
│   │   └── trunk
│   ├── ep
│   ├── list
│   │   ├── logs
│   │   └── record
│   ├── oh
│   └── trunk
├── inspect_dialer
├── lists
├── live
│   ├── calls
│   └── runs
├── recallinfo
├── reports
│   ├── logs
│   ├── runs
│   └── stats
├── reserve
├── runlists
├── runs
└── sysup
    └── jmx

```

#### Note:

[](#note)

From the Structure under the `Edit` , there were 6 APIs.

```
Asterisk
Campaign
Ep
List \\ List is used as Lists
Oh
Trunk

```

And under the `Edit\Campaign\`:

```
Ep
List  \\List is used as Lists
Oh
Trunk
Reschedule
Disposition

```

The `List` API has been replaced as `Lists` in the package. Since `List` can neither used as a namespace or a className. But the `URL` remains the same as

`'/edit/list/'`

### 5 .Link for Reference

[](#5-link-for-reference)

[wombat-manual](https://manuals.loway.ch/WD_UserManual-chunked/)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.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 ~9 days

Recently: every ~24 days

Total

19

Last Release

1870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf9e48d0cc39504a157d0ac0d80caf504689caa71c81f9a0504da1999a9c5e25?d=identicon)[poing](/maintainers/poing)

---

Top Contributors

[![komalraja](https://avatars.githubusercontent.com/u/62548982?v=4)](https://github.com/komalraja "komalraja (126 commits)")[![poing](https://avatars.githubusercontent.com/u/11417007?v=4)](https://github.com/poing "poing (46 commits)")

---

Tags

apilaravelpbxcallcenteroutboundcall centerDialercallingWombatDialerWombatoutbound calling

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/poing-laravel-wombatdialer-api/health.svg)

```
[![Health](https://phpackages.com/badges/poing-laravel-wombatdialer-api/health.svg)](https://phpackages.com/packages/poing-laravel-wombatdialer-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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