PHPackages                             adeshpandey/asm - 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. adeshpandey/asm

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

adeshpandey/asm
===============

Asterisk manager to perform AMI commands from your php script.

010PHP

Since May 17Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

asm
===

[](#asm)

Asterisk Manager API integration in PHP

How to use
==========

[](#how-to-use)

```
require_once dirname(__FILE__).'/vendor/autoload.php';

$file_name = dirname(__FILE__)."/config.ini";

$manager = new AsteriskManager($file_name);

if($manager->connect()){
    $peers = $manager->sendRequest('CoreShowChannels');
    print_r($peers);
}

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

---

Tags

asteriskasterisk-amiasterisk-manager-apiasterisk-php-ami

### Embed Badge

![Health badge](/badges/adeshpandey-asm/health.svg)

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

###  Alternatives

[froiden/laravel-installer

Laravel web installer

10883.9k](/packages/froiden-laravel-installer)

PHPackages © 2026

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