OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
kreait
/
firebase-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:59 AM
rwxr-xr-x
📄
.editorconfig
335 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📁
.git
-
08/12/2024 10:35:36 AM
rwxr-xr-x
📄
.gitattributes
454 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:12 AM
rwxr-xr-x
📄
.gitignore
229 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📁
.opensource
-
08/12/2024 10:33:24 AM
rwxr-xr-x
📄
CHANGELOG.md
20.79 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
LICENSE
1.12 KB
08/12/2024 10:32:59 AM
rw-r--r--
📄
Makefile
1.25 KB
08/12/2024 10:32:59 AM
rw-r--r--
📄
README.md
3.42 KB
08/12/2024 10:32:59 AM
rw-r--r--
📄
codecov.yml
117 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📄
composer.json
2.68 KB
08/12/2024 10:32:59 AM
rw-r--r--
📁
docs
-
08/12/2024 10:34:12 AM
rwxr-xr-x
📄
ecs.php
3.86 KB
08/12/2024 10:32:59 AM
rw-r--r--
📄
phpstan.neon.dist
400 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📄
phpunit.xml.dist
832 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📄
rector.php
1.39 KB
08/12/2024 10:32:59 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:12 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:34:14 AM
rwxr-xr-x
Editing: README.md
Close
# Firebase Admin PHP SDK [](https://packagist.org/packages/kreait/firebase-php) [](https://packagist.org/packages/kreait/firebase-php) [](https://packagist.org/packages/kreait/firebase-php/stats) [](https://packagist.org/packages/kreait/firebase-php/stats) [](https://github.com/kreait/firebase-php/actions) [](https://github.com/kreait/firebase-php/actions) [](https://codecov.io/gh/kreait/firebase-php) [](https://discord.gg/Yacm7unBsr) [](https://github.com/sponsors/jeromegamez) ## Table of Contents - [Overview](#overview) - [Installation](#installation) - [Documentation](#documentation) - [Support](#support) - [License](#license) ## Overview [Firebase](https://firebase.google.com/) provides the tools and infrastructure you need to develop your app, grow your user base, and earn money. The Firebase Admin PHP SDK enables access to Firebase services from privileged environments (such as servers or cloud) in PHP. For more information, visit the [Firebase Admin PHP SDK documentation](https://firebase-php.readthedocs.io/). ## Installation The Firebase Admin PHP SDK is available on Packagist as [`kreait/firebase-php`](https://packagist.org/packages/kreait/firebase-php): ```bash composer require kreait/firebase-php ``` Integrations for Laravel, Lumen and Symfony are available: - [kreait/laravel-firebase](https://packagist.org/packages/kreait/laravel-firebase) - [kreait/firebase-bundle](https://packagist.org/packages/kreait/firebase-bundle) ## Documentation - [Authentication Guide](https://firebase-php.readthedocs.io/en/stable/authentication.html) - [Cloud Messaging Guide](https://firebase-php.readthedocs.io/en/stable/cloud-messaging.html) - [Cloud Storage Guide](https://firebase-php.readthedocs.io/en/stable/cloud-storage.html) - [Dynamic Links Guide](https://firebase-php.readthedocs.io/en/stable/dynamic-links.html) - [Firestore Guide](https://firebase-php.readthedocs.io/en/stable/cloud-firestore.html) - [Realtime Database Guide](https://firebase-php.readthedocs.io/en/stable/realtime-database.html) - [Remote Config Guide](https://firebase-php.readthedocs.io/en/stable/remote-config.html) ## Support - [Issue Tracker](https://github.com/kreait/firebase-php/issues/) - [Feature Requests and Discussions](https://github.com/kreait/firebase-php/discussions) - [Discord Community](https://discord.gg/Yacm7unBsr) - [Stack Overflow](https://stackoverflow.com/questions/tagged/firebase+php) ## License Firebase Admin PHP SDK is licensed under the [MIT License](LICENSE). Your use of Firebase is governed by the [Terms of Service for Firebase Services](https://firebase.google.com/terms/).