PHPackages                             iahunter/php5-callmanager-axl - 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. [API Development](/categories/api)
4. /
5. iahunter/php5-callmanager-axl

ActiveLibrary[API Development](/categories/api)

iahunter/php5-callmanager-axl
=============================

PHP Cisco CallManager AXL SOAP/XML Library

2.0(8y ago)123342LGPL3.0PHP

Since Oct 9Pushed 7y ago4 watchersCompare

[ Source](https://github.com/iahunter/PHP5-CallManager-AXL)[ Packagist](https://packagist.org/packages/iahunter/php5-callmanager-axl)[ Docs](http://github.com/iahunter/php5-callmanager-axl)[ RSS](/packages/iahunter-php5-callmanager-axl/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

PHP7-CallManager-AXL
====================

[](#php7-callmanager-axl)

PHP Implementation to interface with Cisco unified call manager (CUCM) over the administrative XML (AXL) implememtation. This library requires a copy of the CORRECT .WSDL file for YOUR VERSION of callmanager. This library is under development so should be considered unstable and subject to major changes.

Naming Convention
-----------------

[](#naming-convention)

```
This library is dependent on a naming convention specific to the owner's environment. Use at your own risk.

```

Object TypeExample NameRoute GroupRG\_{$SITE}Media Resourse Group ListMRGL\_{$SITE}Media Resourse GroupMRG\_{$SITE}Media Terminiation Point{$SITE}\_711Media Terminiation Point{$SITE}\_729Conference Bridge{$SITE}\_CFBDevice PoolDP\_{$SITE}Call Manager GroupCMG-{$SITE}RegionR\_{$SITE}LocationLOC\_{$SITE}Calling Search SpaceCSS\_{$SITE}PartitionPT\_{$SITE}SRSTSRST\_{$SITE}Install via Composer
--------------------

[](#install-via-composer)

```
composer require iahunter/php5-callmanager-axl

```

### Example - List Device Pool Names

[](#example---list-device-pool-names)

```
require_once "./vendor/autoload.php";

$URL    = "https://10.11.12.13:8443/axl"; // Prod CUCM
$SCHEMA = "./axl/schema/10.5/AXLAPI.wsdl";
$USER   = "username";
$PASS   = "password";

try {
    $CUCM = new \Iahunter\CallmanagerAXL\Callmanager($URL, $SCHEMA, $USER, $PASS);

    $DP = $CUCM->get_device_pool_names();
    print_r($DP);

} catch (\Exception $E) {
    echo "Error communicating with callmanager: {$E->getMessage()}".PHP_EOL;
}
```

### Example - List Phone Names

[](#example---list-phone-names)

```
require_once "./vendor/autoload.php";

$URL    = "https://10.11.12.13:8443/axl"; // Prod CUCM
$SCHEMA = "./axl/schema/10.5/AXLAPI.wsdl";
$USER   = "username";
$PASS   = "password";

try {
    $CUCM = new \Iahunter\CallmanagerAXL\Callmanager($URL, $SCHEMA, $USER, $PASS);

    $PHONES = $CUCM->get_phone_names();
    print_r($PHONES);

} catch (\Exception $E) {
    echo "Error communicating with callmanager: {$E->getMessage()}".PHP_EOL;
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 81% 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 ~11 days

Total

4

Last Release

3196d ago

Major Versions

1.0.x-dev → 2.02017-11-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17053781?v=4)[iahunter](/maintainers/iahunter)[@iahunter](https://github.com/iahunter)

---

Top Contributors

[![iahunter](https://avatars.githubusercontent.com/u/17053781?v=4)](https://github.com/iahunter "iahunter (94 commits)")[![metaclassing](https://avatars.githubusercontent.com/u/1027733?v=4)](https://github.com/metaclassing "metaclassing (22 commits)")

---

Tags

managerphp5PHP7callvoipciscocallmanageraxl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iahunter-php5-callmanager-axl/health.svg)

```
[![Health](https://phpackages.com/badges/iahunter-php5-callmanager-axl/health.svg)](https://phpackages.com/packages/iahunter-php5-callmanager-axl)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)[phplicengine/bitly

Bitly API v4

22315.2k](/packages/phplicengine-bitly)[signalwire-community/signalwire

Client library for connecting to SignalWire.

23154.9k](/packages/signalwire-community-signalwire)[jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

1090.8k1](/packages/jeffreyhyer-bamboohr)[jeffreyhyer/alpaca-trade-api-php

PHP SDK for the Alpaca trade API

285.7k](/packages/jeffreyhyer-alpaca-trade-api-php)

PHPackages © 2026

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