Update README to reference packagist and replace must also be fully lowercase

This commit is contained in:
Brad Jones 2021-05-09 20:32:24 -07:00 committed by Aryess
parent a7ff2db60e
commit f12ed63bd8
2 changed files with 5 additions and 16 deletions

View File

@ -6,23 +6,12 @@ This is a Matrix client-server SDK for php 7.0+, mostly copied from [matrix-org/
This package is still a work in progress, and at the current time, not everything has been ported:
- Missing E2E encryption, need php bindings for the OLM library
- No live sync, because I'm not going to go into php multithreading
- Unit tests for the client (soon)
<aside class="warning">
THIS HAS NOT YET BEEN FULLY TESTED
</aside>
- Unit tests for the client
## Installation
### Stable release
tba
### Developement version
```shell
git clone https://github.com/aryess/matrix-php-sdk.git
cd matrix-php-sdk
composer install
```
composer require aryess/php-matrix-sdk
```
## Usage
@ -96,4 +85,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
[link-downloads]: https://packagist.org/packages/Aryess/PhpMatrixSdk
[link-author]: https://github.com/aryess
[link-contributors]: ../../contributors
[python-pck]: https://github.com/matrix-org/matrix-python-sdk
[python-pck]: https://github.com/matrix-org/matrix-python-sdk

View File

@ -16,7 +16,7 @@
}
],
"replace": {
"Aryess/PhpMatrixSdk": "self.version"
"aryess/phpmatrixsdk": "self.version"
},
"require": {
"php": "~7.2",