PHPackages                             c6digital/engaging-networks-php - 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. c6digital/engaging-networks-php

ActiveLibrary[API Development](/categories/api)

c6digital/engaging-networks-php
===============================

v0.4.1(8mo ago)01.1k↓41.2%PHP

Since Oct 18Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/c6digital/engaging-networks-php)[ Packagist](https://packagist.org/packages/c6digital/engaging-networks-php)[ RSS](/packages/c6digital-engaging-networks-php/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

Engaging Networks PHP
=====================

[](#engaging-networks-php)

Installation
------------

[](#installation)

```
composer require c6digital/engaging-networks-php
```

Usage
-----

[](#usage)

#### Create a new `EngagingNetworks` client.

[](#create-a-new-engagingnetworks-client)

```
use C6Digital\EngagingNetworks\EngagingNetworks;

$client = new EngagingNetworks('my-api-key');
```

#### [Authenticate and retrieve a temporary authorization token.](https://speca.io/engagingnetworks/engaging-network-services?key=726cda99f0551ef286486bb847f5fb5d#authenticate-to-ens)

[](#authenticate-and-retrieve-a-temporary-authorization-token)

```
$client->authenticate();
```

#### [Make a page request](https://speca.io/engagingnetworks/engaging-network-services?key=726cda99f0551ef286486bb847f5fb5d#process-a-page-request)

[](#make-a-page-request)

```
$client->pageRequest(pageId: 12345, data: [
    // ...
]);
```

#### [Retrieve a Supporter by ID](https://speca.io/engagingnetworks/engaging-network-services?key=726cda99f0551ef286486bb847f5fb5d#get-supporter-by-id)

[](#retrieve-a-supporter-by-id)

```
$client->getSupporterById(supporterId: 12345, parameters: [
    // ...
]);
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance59

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~137 days

Recently: every ~152 days

Total

9

Last Release

262d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/568d485d441c691b0358b9091254a6a671fef8f76b73f28af1180ad568d142b2?d=identicon)[ryangjchandler](/maintainers/ryangjchandler)

---

Top Contributors

[![ryangjchandler](https://avatars.githubusercontent.com/u/41837763?v=4)](https://github.com/ryangjchandler "ryangjchandler (9 commits)")[![c6andy](https://avatars.githubusercontent.com/u/213634680?v=4)](https://github.com/c6andy "c6andy (2 commits)")

### Embed Badge

![Health badge](/badges/c6digital-engaging-networks-php/health.svg)

```
[![Health](https://phpackages.com/badges/c6digital-engaging-networks-php/health.svg)](https://phpackages.com/packages/c6digital-engaging-networks-php)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[flat3/lodata

OData v4.01 Producer for Laravel

99351.7k](/packages/flat3-lodata)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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