Lines Matching +full:github +full:- +full:token
2 [![Software License][ico-license]](LICENSE.md)
3 [![Software Version][ico-version]](https://packagist.org/packages/meet-kinksters/php-matrix-sdk)
4 ![Software License][ico-downloads]
6 This is a Matrix client-server SDK for php 7.4+, initially copied from
7 [matrix-org/matrix-python-sdk][python-pck].
10 - Missing E2E encryption, need php bindings for the OLM library
11 - Live sync
12 - Unit tests for the client
17 composer require meet-kinksters/php-matrix-sdk
29 $token = $client->registerWithPassword("foobar", "monkey");
32 $token = $client->login("foobar", "monkey");
34 $room = $client->createRoom("my_room_alias");
35 $room->sendText("Hello!");
45 $response = $matrix->sendMessage("!roomid:matrix.org", "Hello!");
53 set the access token (``token``) to use for requests as well as set a custom
70 - [Brad Jones](https://github.com/bradjones1) at [Meet Kinksters](https://tech.kinksters.dating)
71 - [Yoann Celton](https://github.com/Aryess) (initial port)
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…
79 [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
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