PHPackages                             wormling/phparia-lyra - 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. wormling/phparia-lyra

ActiveLibrary

wormling/phparia-lyra
=====================

Sangoma Lyra AMD extension for phparia.

281[1 issues](https://github.com/wormling/phparia-lyra/issues)PHP

Since Sep 16Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

phparia-lyra
============

[](#phparia-lyra)

[phparia](http://phparia.org) extension for [Sangoma Lyra Answering Machine Detection for Asterisk.](http://www.sangoma.com/products/answering-machine-detection-for-asterisk-sangoma-lyra)

Features
--------

[](#features)

- Receive Lyra CPD-Result events in phparia applications.

Available via Composer
----------------------

[](#available-via-composer)

Just add the package "wormling/phparia-lyra":

```
    {
        "require": {
            "wormling/phparia-lyra": "dev-master"
        }
    }
```

Listening for AMD results
-------------------------

[](#listening-for-amd-results)

```
    $phpariaLyra = new \phpariaLyra\Client\PhpariaLyra($phparia);

    $phpariaLyra->onCpdResult(function (CpdResult $cpdResult) {
        echo $cpdResult->getResult();
    });
```

Examples
--------

[](#examples)

()

License
-------

[](#license)

Apache 2.0 ()

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c165e8a4ae640e6c7e660577ea07c22f0b6dbe1da63080d947464688825fc23?d=identicon)[wormling](/maintainers/wormling)

---

Top Contributors

[![wormling](https://avatars.githubusercontent.com/u/1608160?v=4)](https://github.com/wormling "wormling (1 commits)")

### Embed Badge

![Health badge](/badges/wormling-phparia-lyra/health.svg)

```
[![Health](https://phpackages.com/badges/wormling-phparia-lyra/health.svg)](https://phpackages.com/packages/wormling-phparia-lyra)
```

PHPackages © 2026

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