PHPackages                             soap/laravel-ami - 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. [Framework](/categories/framework)
4. /
5. soap/laravel-ami

ActiveLibrary[Framework](/categories/framework)

soap/laravel-ami
================

Asterisk Manager Interface integration Laravel package

v0.0.2(3y ago)71392MITPHPPHP ^8.0|^8.1

Since Nov 14Pushed 3y ago2 watchersCompare

[ Source](https://github.com/soap/laravel-ami)[ Packagist](https://packagist.org/packages/soap/laravel-ami)[ Docs](https://github.com/soap/laravel-ami)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/soap-laravel-ami/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (13)Versions (4)Used By (0)

Laravel-Ami
===========

[](#laravel-ami)

[![Latest Stable Version](https://camo.githubusercontent.com/3dc7cc1382fc7c42b8797468794604ad8ff0edc21819193f46c3874fddb8e4f5/687474703a2f2f706f7365722e707567782e6f72672f736f61702f6c61726176656c2d616d692f76)](https://packagist.org/packages/soap/laravel-ami)[![Latest Unstable Version](https://camo.githubusercontent.com/3004b90e9586b1cc34db7c891a5225d8d7e6942b75f20a759d04a73cbf2656dd/687474703a2f2f706f7365722e707567782e6f72672f736f61702f6c61726176656c2d616d692f762f756e737461626c65)](https://packagist.org/packages/soap/laravel-ami)[![run-tests](https://github.com/soap/laravel-ami/actions/workflows/run-tests.yml/badge.svg)](https://github.com/soap/laravel-ami/actions/workflows/run-tests.yml)[![Check & fix styling](https://github.com/soap/laravel-ami/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/soap/laravel-ami/actions/workflows/php-cs-fixer.yml)[![Total Downloads](https://camo.githubusercontent.com/07c3166dcd087165295f8858467f5cf1b50fc0fc69f62c1dda11f0b43da3d6a3/687474703a2f2f706f7365722e707567782e6f72672f736f61702f6c61726176656c2d616d692f646f776e6c6f616473)](https://packagist.org/packages/soap/laravel-ami)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

Laravel-Ami provides Asterisk interface for laravel via Asterisk Manager Interface. I develop this package to use in my virtual PBX and contact center applications. So all use cases come from my application requirements. Any discussion on features are welcome.

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

[](#installation)

You can install the package via composer:

```
composer require soap/laravel-ami
```

You can publish the config file with:

```
php artisan vendor:publish --tag="ami-config"
```

Optionally, you can publish the views using

This is the contents of the published config file:

```
return [
    'connections' => [
        'default' => [
            'uri' => 'user:secret@host:port',
        ]
    ]
];
```

Usage
-----

[](#usage)

Atisan Command

```
php artisan ami:cli "pjsip show aors"
```

Above cli command use default uri provided in app/config/ami.php. You can override it with --uri user:secret@host:port.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Prasit Gebsaap](https://github.com/soap)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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 ~529 days

Total

2

Last Release

1108d ago

PHP version history (2 changes)v0.0.1PHP ^7.4|^8.0

v0.0.2PHP ^8.0|^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1073690?v=4)[Prasit Gebsaap](/maintainers/soap)[@soap](https://github.com/soap)

---

Top Contributors

[![soap](https://avatars.githubusercontent.com/u/1073690?v=4)](https://github.com/soap "soap (30 commits)")

---

Tags

frameworklaravelinterfacemanagersoapasterisklaravel-ami

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/soap-laravel-ami/health.svg)

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

###  Alternatives

[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M63](/packages/graham-campbell-markdown)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)

PHPackages © 2026

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