PHPackages                             dmatrix/telex - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. dmatrix/telex

ActiveProject[Mail &amp; Notifications](/categories/mail)

dmatrix/telex
=============

email/SMS management system

1.2.2(4y ago)0851MITPHP

Since Mar 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/DmatrixNg/telex)[ Packagist](https://packagist.org/packages/dmatrix/telex)[ RSS](/packages/dmatrix-telex/feed)WikiDiscussions master Synced 3d ago

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

Telex Retention Package
=======================

[](#telex-retention-package)

Telex Retention Package is a **PHP Email/SMS Management and Customer retention** library providing an easier and expressive way to send emails. The package includes ServiceProviders for easy **Laravel** integration.

[![Latest Version](https://camo.githubusercontent.com/d8d7060c07527547feb985a88027478b7ebedd81d6f748161bbe18dd99696cbd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646d61747269782f74656c6578)](https://packagist.org/packages/dmatrix/telex)[![Monthly Downloads](https://camo.githubusercontent.com/6ee9ec6358db9e9bae4d926ab47979d2399509ea76566c75c3744d1735203d62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f646d61747269782f74656c6578)](https://packagist.org/packages/dmatrix/telex)

Requirements
------------

[](#requirements)

- PHP &gt;=7.4

Getting started
---------------

[](#getting-started)

- Create account on [Telex Retention](https://telex.im/) To create reuseable Email/SMS Templates.

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

[](#installation)

`composer require dmatrix/telex: "^1.0.2"`

Publish Resources
-----------------

[](#publish-resources)

Run this in terminal `php artisan vendor:publish --tag=telex-config`

Copy and add the below code block to config/services.php

```
'telex' => [
        'id' => env('TELEX_ORGANIZATION_ID'),
        'key' => env('TELEX_ORGANIZATION_KEY'),
        'from' => env('TELEX_FROM','Telex'),
        'email' => env('TELEX_EMAIL'),
        'template' => env('TELEX_TEMPLATE_ID'), // optional
        'placeholders' => env('TELEX_PLACEHOLDER_ID'), //optional
        'type' => env('TELEX_PROVIDER_TYPE','email'), //optional
        'endpoint' => env('TELEX_ENDPOINT','https://telex.im/api/send-message'),
    ],
    ```

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 86.5% 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

Recently: every ~48 days

Total

23

Last Release

1643d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1117597?v=4)[Jules S. Damji](/maintainers/DMatrix)[@dmatrix](https://github.com/dmatrix)

---

Top Contributors

[![DmatrixNg](https://avatars.githubusercontent.com/u/49094365?v=4)](https://github.com/DmatrixNg "DmatrixNg (32 commits)")[![markowitz](https://avatars.githubusercontent.com/u/9514918?v=4)](https://github.com/markowitz "markowitz (5 commits)")

### Embed Badge

![Health badge](/badges/dmatrix-telex/health.svg)

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

###  Alternatives

[fedeisas/laravel-mail-css-inliner

Inline the CSS of your HTML emails using Laravel

5974.6M3](/packages/fedeisas-laravel-mail-css-inliner)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[coconutcraig/laravel-postmark

Laravel package for sending mail via the Postmark API

2152.9M1](/packages/coconutcraig-laravel-postmark)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)[illuminate/notifications

The Illuminate Notifications package.

483.0M967](/packages/illuminate-notifications)[squareboat/sneaker

An easy way to send emails with stack trace whenever an exception occurs on the server for Laravel Applications.

220191.2k](/packages/squareboat-sneaker)

PHPackages © 2026

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