|
3 | 3 | A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/firebase-php). |
4 | 4 |
|
5 | 5 | [](https://packagist.org/packages/kreait/laravel-firebase) |
6 | | -[](https://github.com/kreait/laravel-firebase/blob/main/LICENSE) |
| 6 | +[](https://packagist.org/packages/kreait/laravel-firebase/stats) |
| 7 | +[](https://packagist.org/packages/kreait/laravel-firebase/stats) |
| 8 | +[](https://github.com/kreait/laravel-firebase/actions) |
| 9 | +[](https://codecov.io/gh/kreait/laravel-firebase) |
7 | 10 | [](https://discord.gg/nbgVfty) |
8 | 11 | [](https://github.com/sponsors/jeromegamez) |
9 | 12 |
|
10 | 13 | * [Installation](#installation) |
11 | 14 | * [Configuration](#configuration) |
12 | 15 | * [Usage](#usage) |
13 | 16 | * [Documentation](https://firebase-php.readthedocs.io/) |
| 17 | +- [Support](#support) |
| 18 | +- [License](#license) |
14 | 19 |
|
15 | 20 | ## Installation |
16 | 21 |
|
@@ -97,6 +102,15 @@ for further information on how to use it. |
97 | 102 | **You don't need and should not use the `new Factory()` pattern described in the SDK documentation, this is already |
98 | 103 | done for you with the Laravel Service Provider. Use Dependency Injection, the Facades or the `app()` helper instead** |
99 | 104 |
|
| 105 | +## Support |
| 106 | + |
| 107 | +- [Issue Tracker (Laravel Package)](https://github.com/kreait/laravel-firebase/issues/) |
| 108 | +- [Issue Tracker (Admin SDK)](https://github.com/kreait/firebase-php/issues/) |
| 109 | +- [Discord Chat](https://discord.gg/nbgVfty) |
| 110 | +- [Stack Overflow](https://stackoverflow.com/questions/tagged/firebase+php) |
| 111 | + |
100 | 112 | ## License |
101 | 113 |
|
102 | | -The MIT License (MIT). Please see [License File](LICENSE) for more information. |
| 114 | +Firebase Admin PHP SDK is licensed under the [MIT License](LICENSE). |
| 115 | + |
| 116 | +Your use of Firebase is governed by the [Terms of Service for Firebase Services](https://firebase.google.com/terms/). |
0 commit comments