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 9y ago1 watchersCompare

[ Source](https://github.com/adeshpandey/asm)[ Packagist](https://packagist.org/packages/adeshpandey/asm)[ RSS](/packages/adeshpandey-asm/feed)WikiDiscussions master Synced 2d 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 9% 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://avatars.githubusercontent.com/u/1575907?v=4)[Adesh Pandey](/maintainers/adeshpandey)[@adeshpandey](https://github.com/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

[jasonlewis/resource-watcher

Simple PHP resource watcher library.

221146.1k14](/packages/jasonlewis-resource-watcher)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[norman-huth/nova-menu

21126.7k1](/packages/norman-huth-nova-menu)

PHPackages © 2026

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