PHPackages                             mralston/cxm - 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. mralston/cxm

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

mralston/cxm
============

Library for working with Connex CXM dialler.

v1.0.17(1y ago)045MITPHPPHP ^8.1

Since Sep 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mralston/cxm)[ Packagist](https://packagist.org/packages/mralston/cxm)[ Docs](https://github.com/mralston/cxm)[ RSS](/packages/mralston-cxm/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (2)Versions (20)Used By (0)

Connex CXM
==========

[](#connex-cxm)

Introduction
------------

[](#introduction)

Library for working with Connex CXM dialler.

Config
------

[](#config)

You may publish the config file as follows:

```
php artisan vendor:publish --tag=cxm-config
```

Add the following items to your .env file:

```
CXM_CLIENT_ID=
CXM_SECRET=
CXM_TOKEN=
CXM_ENDPOINT=https://apigateway-your-company-name-cxm.cnx1.cloud
```

The `CXM_CLIENT_ID` and `CXM_SECRET` are set up on the dialler web interface at:

> Admin &gt; API &gt; API Credentials &gt; Create API Credentials

The `CXM_TOKEN` is set up on the dialler web interface at:

> Admin &gt; API &gt; API Clients &gt; Create API Clients

The `CXM_ENDPOINT` value is the URL of the API endpoint, supplied by Connex. It will be similar in format to the example above.

Usage
-----

[](#usage)

Here are how the basic functions of the library work:

```
// Create a Contact DTO
$contact = Contact::make([
    // ...attributes
]);

// Create a DataList DTO
$dataList = DataList::make([
    'id' => '...'
]);

// Load the contact into the dialler.
// $result reflects the Contact record created on the dialler and contains its ID
$result = Cxm::customerLoadSingle($contact, $dataList);
```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please [e-mail security vulnerabilities directly to me](mailto:matt@mralston.co.uk).

Licence
-------

[](#licence)

PDF is open-sourced software licenced under the [MIT license](LICENSE.md).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 96.3% 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 ~34 days

Recently: every ~29 days

Total

18

Last Release

422d ago

PHP version history (2 changes)v1.0.0PHP ^8.0

v1.0.10PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![mralston](https://avatars.githubusercontent.com/u/248387?v=4)](https://github.com/mralston "mralston (26 commits)")[![Mattsolar123](https://avatars.githubusercontent.com/u/105371443?v=4)](https://github.com/Mattsolar123 "Mattsolar123 (1 commits)")

---

Tags

laravelmralstonconnexcxm

### Embed Badge

![Health badge](/badges/mralston-cxm/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

985.4k](/packages/zidbih-laravel-deadlock)

PHPackages © 2026

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