Skip to content

Commit e7df079

Browse files
committed
Updating Readme
1 parent d5f2d0a commit e7df079

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

license.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
# The license
1+
# MIT License
22

3-
Copyright (c) author name <author email>
3+
Copyright (c) 2020 Alejandro Isla - Willywes
44

5-
...Add your license text here...
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

readme.md

+5-21
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Build Status][ico-travis]][link-travis]
66
[![StyleCI][ico-styleci]][link-styleci]
77

8-
This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.
8+
PHP SDK Agora.io (unofficial) Token Generator
99

1010
## Installation
1111

@@ -44,28 +44,12 @@ class AgoraHelper
4444
$user = auth()->user();
4545
$agora_token = AgoraHelper::GetToken($user->id);
4646
```
47-
## Change log
4847

49-
Please see the [changelog](changelog.md) for more information on what has changed recently.
50-
51-
## Testing
52-
53-
``` bash
54-
$ composer test
55-
```
56-
57-
## Contributing
58-
59-
Please see [contributing.md](contributing.md) for details and a todolist.
48+
## Credits
6049

61-
## Security
50+
- [Alejandro Isla][link-author]
6251

63-
If you discover any security related issues, please email author email instead of using the issue tracker.
6452

65-
## Credits
66-
67-
- [author name][link-author]
68-
- [All Contributors][link-contributors]
6953

7054
## License
7155

@@ -74,11 +58,11 @@ license. Please see the [license file](license.md) for more information.
7458
[ico-version]: https://img.shields.io/packagist/v/willywes/agora-sdk-php.svg?style=flat-square
7559
[ico-downloads]: https://img.shields.io/packagist/dt/willywes/agora-sdk-php.svg?style=flat-square
7660
[ico-travis]: https://img.shields.io/travis/willywes/agora-sdk-php/master.svg?style=flat-square
77-
[ico-styleci]: https://styleci.io/repos/12345678/shield
61+
[ico-styleci]: https://styleci.io/repos/329085525/shield
7862

7963
[link-packagist]: https://packagist.org/packages/willywes/agora-sdk-php
8064
[link-downloads]: https://packagist.org/packages/willywes/agora-sdk-php
8165
[link-travis]: https://travis-ci.org/willywes/agora-sdk-php
8266
[link-styleci]: https://styleci.io/repos/329085525
8367
[link-author]: https://github.com/willywes
84-
[link-contributors]: ../../contributors
68+

0 commit comments

Comments
 (0)