PHPackages                             keivan-s/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. keivan-s/laravel-ami

ActiveLibrary[Framework](/categories/framework)

keivan-s/laravel-ami
====================

Asterisk Manager Interface integration Laravel package

v0.0.1(4y ago)01MITPHPPHP ^7.4|^8.0

Since Nov 14Pushed 4y agoCompare

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

READMEChangelogDependencies (13)Versions (2)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)[![GitHub Tests Action Status](https://camo.githubusercontent.com/956b3adfca927a5fdcbadc3b2265fb728eb285f55ac42a07f281588b95a15e49/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f61702f6c61726176656c2d616d692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/soap/laravel-ami/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/76ca2513628daffe29e6da8e4301dbecc693c308345a9f8b4763d42394228d6c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f61702f6c61726176656c2d616d692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/soap/laravel-ami/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.5% 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

Unknown

Total

1

Last Release

1693d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c809629e61534555e4f01646df4b5d962699405b1e6250c68461dc83ed6c218c?d=identicon)[keivan-S](/maintainers/keivan-S)

---

Top Contributors

[![soap](https://avatars.githubusercontent.com/u/1073690?v=4)](https://github.com/soap "soap (23 commits)")[![Keivan-S](https://avatars.githubusercontent.com/u/26972574?v=4)](https://github.com/Keivan-S "Keivan-S (3 commits)")

---

Tags

frameworklaravelinterfacemanagersoapasterisklaravel-ami

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39422.6M143](/packages/graham-campbell-manager)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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