PHPackages                             updivision/matrix-php-sdk - 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. updivision/matrix-php-sdk

ActivePackage[API Development](/categories/api)

updivision/matrix-php-sdk
=========================

Matrix SDK for PHP

v1.0.7(8y ago)2630.9k↓33.3%6MITPHPPHP &gt;=5.4.0CI failing

Since Jul 18Pushed 5y ago4 watchersCompare

[ Source](https://github.com/updivision/matrix-php-sdk)[ Packagist](https://packagist.org/packages/updivision/matrix-php-sdk)[ RSS](/packages/updivision-matrix-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (10)Used By (0)

Matrix.org PHP SDK
==================

[](#matrixorg-php-sdk)

This is a package for using a Matrix chat client into a Laravel Project.

Official Documentation
----------------------

[](#official-documentation)

You can find the Matrix Client-Server API documentation on [Matrix.org](http://matrix.org/docs/api/client-server/) website.

To get started with Matrix PHP SDK, use Composer to add the package to your project's dependencies:

```
composer require updivision/matrix-php-sdk

```

### Configuration

[](#configuration)

After installing the Matrix PHP SDK, register the `Updivision\Matrix\MatrixServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    Updivision\Matrix\MatrixServiceProvider::class,
],
```

Also, add the `Matrix` facade to the `aliases` array in your `app` configuration file:

```
'Matrix' => Updivision\Matrix\Facades\Matrix::class,
```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Matrix PHP SDK! Please read [CONTRIBUTING](CONTRIBUTING.md) for details.

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](CODE_OF_CONDUCT.md).

License
-------

[](#license)

Matrix PHP SDK is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.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 ~1 days

Total

8

Last Release

3218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9735ac25103cc42c7caffcfd3f6ec23074800c711a73f25601f932bc4966f799?d=identicon)[alinupdivision](/maintainers/alinupdivision)

---

Top Contributors

[![Ghitu](https://avatars.githubusercontent.com/u/7511010?v=4)](https://github.com/Ghitu "Ghitu (21 commits)")[![AndreFabris](https://avatars.githubusercontent.com/u/2181773?v=4)](https://github.com/AndreFabris "AndreFabris (1 commits)")

---

Tags

apiclientlaravelmatrixsdkupdivisionlaravelsdkmatrix

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/updivision-matrix-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/updivision-matrix-php-sdk/health.svg)](https://phpackages.com/packages/updivision-matrix-php-sdk)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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