matrix-php-sdk/README.md

84 lines
2.9 KiB
Markdown
Raw Normal View History

2018-11-27 11:01:37 +00:00
# PhpMatrixSdk
2013-08-07 17:33:05 +00:00
2015-06-24 08:24:44 +00:00
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
2013-08-07 17:33:05 +00:00
2018-11-27 11:01:37 +00:00
**Note:** Replace ```Yoann Celton``` ```aryess``` ```https://github.com/aryess``` ```aryess@github.com``` ```Aryess``` ```PhpMatrixSdk``` ```Later``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.
2013-08-07 17:33:05 +00:00
2014-10-27 03:01:45 +00:00
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
2014-10-14 20:52:07 +00:00
PSRs you support to avoid any confusion with users and contributors.
2013-08-07 17:33:05 +00:00
## Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
```
bin/
config/
src/
tests/
2016-12-15 18:28:35 +00:00
vendor/
```
2013-08-07 17:33:05 +00:00
## Install
Via Composer
2014-10-14 20:52:07 +00:00
``` bash
2018-11-27 11:01:37 +00:00
$ composer require Aryess/PhpMatrixSdk
2013-08-07 17:33:05 +00:00
```
## Usage
``` php
2018-11-27 11:01:37 +00:00
$skeleton = new Aryess\PhpMatrixSdk();
2013-08-07 17:33:05 +00:00
echo $skeleton->echoPhrase('Hello, League!');
```
## Change log
2016-12-13 20:57:58 +00:00
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
2013-08-07 17:33:05 +00:00
## Testing
``` bash
$ composer test
2013-08-07 17:33:05 +00:00
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
2013-08-07 17:33:05 +00:00
2015-02-04 19:40:00 +00:00
## Security
2018-11-27 11:01:37 +00:00
If you discover any security related issues, please email aryess@github.com instead of using the issue tracker.
2015-02-04 19:40:00 +00:00
2013-08-07 17:33:05 +00:00
## Credits
2018-11-27 11:01:37 +00:00
- [Yoann Celton][link-author]
- [All Contributors][link-contributors]
2013-08-07 17:33:05 +00:00
## License
2014-10-25 20:57:34 +00:00
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
2018-11-27 11:01:37 +00:00
[ico-version]: https://img.shields.io/packagist/v/Aryess/PhpMatrixSdk.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
2018-11-27 11:01:37 +00:00
[ico-travis]: https://img.shields.io/travis/Aryess/PhpMatrixSdk/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/Aryess/PhpMatrixSdk.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/Aryess/PhpMatrixSdk.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/Aryess/PhpMatrixSdk.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/Aryess/PhpMatrixSdk
[link-travis]: https://travis-ci.org/Aryess/PhpMatrixSdk
[link-scrutinizer]: https://scrutinizer-ci.com/g/Aryess/PhpMatrixSdk/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/Aryess/PhpMatrixSdk
[link-downloads]: https://packagist.org/packages/Aryess/PhpMatrixSdk
[link-author]: https://github.com/aryess
[link-contributors]: ../../contributors