2017 © Pedro Peláez
 

package matrix-php-sdk

Matrix SDK for PHP

image

updivision/matrix-php-sdk

Matrix SDK for PHP

  • Wednesday, July 26, 2017
  • by alinupdivision
  • Repository
  • 2 Watchers
  • 2 Stars
  • 3,187 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 10 Versions
  • 48 % Grown

The README.md

Matrix.org PHP SDK

This is a package for using a Matrix chat client into a Laravel Project., (*1)

Official Documentation

You can find the Matrix Client-Server API documentation on Matrix.org website., (*2)

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

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:, (*4)

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

    Updivision\Matrix\MatrixServiceProvider::class,
],

Also, add the Matrix facade to the aliases array in your app configuration file:, (*5)

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

Contributing

Thank you for considering contributing to the Matrix PHP SDK! Please read CONTRIBUTING for details., (*6)

Code of Conduct

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

License

Matrix PHP SDK is open-sourced software licensed under the MIT license, (*8)

The Versions

26/07 2017

dev-master

9999999-dev

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

26/07 2017

v1.0.7

1.0.7.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

26/07 2017

v1.0.6

1.0.6.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

25/07 2017

v1.0.5

1.0.5.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

25/07 2017

v1.0.4

1.0.4.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

25/07 2017

v1.0.3

1.0.3.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

21/07 2017

dev-develop

dev-develop

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

21/07 2017

v1.0.2

1.0.2.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

21/07 2017

v1.0.1

1.0.1.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix

18/07 2017

v1.0.0

1.0.0.0

Matrix SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sdk matrix