updivision/matrix-php-sdk

Matrix SDK for PHP
31,711 26
Install
composer require updivision/matrix-php-sdk
Latest Version:v1.0.7
PHP:>=5.4.0
License:MIT
Last Updated:Mar 7, 2021
Links: GitHub  ·  Packagist
Maintainer: alinupdivision

Matrix.org PHP SDK

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

Official Documentation

You can find the Matrix Client-Server API documentation on Matrix.org 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

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

Thank you for considering contributing to the Matrix PHP SDK! Please read CONTRIBUTING for details.

Code of Conduct

In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.

License

Matrix PHP SDK is open-sourced software licensed under the MIT license

Related Packages

zgldh/qiniu-laravel-storage

Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9

399,766 515
santigraviano/laravel-mercadopago

Mercado Pago SDK v0.5.2 for Laravel

155,815 47
aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PH...

39,710,890 1,716
overtrue/laravel-wechat

微信 SDK for Laravel

1,861,591 2,896
itbdw/laravel-storage-qiniu

A storage library for laravel5 and qiniu sdk

15,391 70