PHPackages                             paxha/laravel-asterisk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. paxha/laravel-asterisk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

paxha/laravel-asterisk
======================

laravel package for asterisk development

1.0.5(4y ago)6853MITPHPPHP ^8.0

Since Mar 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/paxha/laravel-asterisk)[ Packagist](https://packagist.org/packages/paxha/laravel-asterisk)[ RSS](/packages/paxha-laravel-asterisk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

 [ ![Total Downloads](https://camo.githubusercontent.com/88c101cc36653c44605d7823e29aef2d8f1b5a6f28bf381be9ba9beeb5399be4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617868612f6c61726176656c2d617374657269736b) ](https://packagist.org/packages/paxha/laravel-asterisk) [ ![Latest Stable Version](https://camo.githubusercontent.com/034204e1a0575bc3aaebf1725dba6e3651f2c73d3c0b3f418915010a8f679f13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617868612f6c61726176656c2d617374657269736b) ](https://packagist.org/packages/paxha/laravel-asterisk) [ ![License](https://camo.githubusercontent.com/10a21d836e8877ea66f108c3605d500239c77238ef0331847cb3162f92ff5721/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70617868612f6c61726176656c2d617374657269736b) ](https://packagist.org/packages/paxha/laravel-asterisk)

Introduction
------------

[](#introduction)

Laravel Asterisk provides a Docker powered local development experience for Asterisk in Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Laravel Asterisk.

> **Note:** This package is considering you are using `sail` or `docker`.

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

[](#installation)

```
composer require paxha/laravel-asterisk
```

Configuration
-------------

[](#configuration)

You have to simply add a service in `docker-compose.yml`.

```
# For more information: https://laravel.com/docs/sail
version: '3'
services:
    # ...

    asterisk:
        build:
            context: ./vendor/paxha/laravel-asterisk/runtimes
            dockerfile: Dockerfile
            args:
                MYSQL_PORT: '${FORWARD_DB_PORT:-3306}'
                MYSQL_DATABASE: '${DB_DATABASE}'
                MYSQL_USER: '${DB_USERNAME}'
                MYSQL_PASSWORD: '${DB_PASSWORD}'
        image: laravel-asterisk:latest
        ports:
            - '${SIP_PORT:-5060}:5060/udp'
            - '${IAX_PORT:-4569}:4569/udp'
        volumes:
            - './vendor/paxha/laravel-asterisk/config:/etc/asterisk'
        networks:
            - sail
        depends_on:
            - mysql

networks:
    sail:
        driver: bridge

```

And then

```
sail up -d
```

To publish the asterisk configuration for i.e. `/etc/asterisk`

```
sail artisan asterisk:install
```

You will see the directory for asterisk configurations and modify according to your requirement.

```
asterisk
│
└───config
    │   asterisk.conf
    │   modules.conf
    │   res_odbc.conf
    │   ...

```

License
-------

[](#license)

Laravel Asterisk is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

6

Last Release

1501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2816953f287ca302f12d59f94de4e90cd6cb5d2ba1f6eaa462045c2670969ea0?d=identicon)[paxha](/maintainers/paxha)

---

Top Contributors

[![paxha](https://avatars.githubusercontent.com/u/38579192?v=4)](https://github.com/paxha "paxha (8 commits)")

---

Tags

asteriskasterisk-developmentasterisk-laravellaravel-asterisk

### Embed Badge

![Health badge](/badges/paxha-laravel-asterisk/health.svg)

```
[![Health](https://phpackages.com/badges/paxha-laravel-asterisk/health.svg)](https://phpackages.com/packages/paxha-laravel-asterisk)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)

PHPackages © 2026

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