Lines Matching full:matrix
1 # Matrix client SDK for PHP
3 [![Software Version][ico-version]](https://packagist.org/packages/meet-kinksters/php-matrix-sdk)
6 This is a Matrix client-server SDK for php 7.4+, initially copied from
7 [matrix-org/matrix-python-sdk][python-pck].
17 composer require meet-kinksters/php-matrix-sdk
43 $matrix = new MatrixHttpApi("http://localhost:8008", $sometoken);
45 $response = $matrix->sendMessage("!roomid:matrix.org", "Hello!");
72 - [All Contributors](https://github.com/meet-kinksters/php-matrix-sdk/graphs/contributors)
78 [ico-version]: https://img.shields.io/packagist/v/meet-kinksters/php-matrix-sdk.svg?style=flat-squa…
80 [ico-downloads]: https://img.shields.io/packagist/dt/meet-kinksters/php-matrix-sdk.svg?style=flat-s…
81 [python-pck]: https://github.com/matrix-org/matrix-python-sdk