|
1 | | -.. title:: Firebase Admin SDK for PHP |
2 | | - |
3 | | -########################## |
4 | | -Firebase Admin SDK for PHP |
5 | | -########################## |
6 | | - |
7 | | -Interact with `Google Firebase <https://firebase.google.com>`_ from your PHP application. |
8 | | - |
9 | | -.. image:: https://img.shields.io/github/license/kreait/firebase-php.svg |
10 | | - :target: https://github.com/kreait/firebase-php/blob/master/LICENSE |
11 | | - :alt: License |
12 | | -.. image:: https://img.shields.io/github/stars/kreait/firebase-php.svg |
13 | | - :target: https://github.com/kreait/firebase-php/stargazers |
14 | | - :alt: Stargazers |
15 | | -.. image:: https://img.shields.io/packagist/dt/kreait/firebase-php.svg |
16 | | - :target: https://packagist.org/packages/kreait/firebase-php |
17 | | - :alt: Total downloads |
18 | | -.. image:: https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4 |
19 | | - :target: https://github.com/sponsors/jeromegamez |
20 | | - :alt: Sponsoring |
| 1 | +.. title:: Firebase for PHP |
| 2 | + |
| 3 | +################ |
| 4 | +Firebase for PHP |
| 5 | +################ |
| 6 | + |
| 7 | +.. raw:: html |
| 8 | + |
| 9 | + <div align="center"> |
| 10 | + |
| 11 | + <p><img src="_static/logo.svg" alt="Firebase for PHP Logo" width="120"></p> |
| 12 | + |
| 13 | + <p><em>An (unofficial) Firebase Admin SDK for PHP</em></p> |
| 14 | + |
| 15 | + <p> |
| 16 | + <a href="https://packagist.org/packages/kreait/firebase-php"><img src="https://img.shields.io/packagist/v/kreait/firebase-php.svg?logo=composer" alt="Current version"></a> |
| 17 | + <a href="https://packagist.org/packages/kreait/firebase-php/stats"><img src="https://img.shields.io/packagist/dm/kreait/firebase-php.svg" alt="Monthly Downloads"></a> |
| 18 | + <a href="https://packagist.org/packages/kreait/firebase-php/stats"><img src="https://img.shields.io/packagist/dt/kreait/firebase-php.svg" alt="Total Downloads"></a><br/> |
| 19 | + <a href="https://github.com/kreait/firebase-php/actions/workflows/tests.yml"><img src="https://github.com/kreait/firebase-php/actions/workflows/tests.yml/badge.svg" alt="Tests"></a> |
| 20 | + <a href="https://github.com/kreait/firebase-php/actions/workflows/integration-tests.yml"><img src="https://github.com/kreait/firebase-php/actions/workflows/integration-tests.yml/badge.svg" alt="Integration Tests"></a> |
| 21 | + <a href="https://github.com/kreait/firebase-php/actions/workflows/emulator-tests.yml"><img src="https://github.com/kreait/firebase-php/actions/workflows/emulator-tests.yml/badge.svg" alt="Emulator Tests"></a> |
| 22 | + <a href="https://github.com/sponsors/jeromegamez"><img src="https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4" alt="Sponsor"></a> |
| 23 | + </p> |
| 24 | + |
| 25 | + </div> |
| 26 | + |
| 27 | +---- |
21 | 28 |
|
22 | 29 | .. note:: |
23 | 30 | If you are interested in using the PHP Admin SDK as a client for end-user access |
24 | 31 | (for example, in a web application), as opposed to admin access from a |
25 | 32 | privileged environment (like a server), you should instead follow the |
26 | 33 | `instructions for setting up the client JavaScript SDK <https://firebase.google.com/docs/web/setup>`_. |
27 | 34 |
|
28 | | -The source code can be found at https://github.com/kreait/firebase-php/ . |
| 35 | +---- |
29 | 36 |
|
30 | 37 | *********** |
31 | 38 | Quick Start |
|
0 commit comments