PHP Package: kreait/laravel-firebase
Laravel Firebase is a PHP library that integrates Firebase services seamlessly with Laravel applications, providing powerful functionalities for real-time database, authentication, analytics, and more.
Package Description
Laravel Firebase is a versatile PHP library designed to enhance Laravel projects with Firebase, offering a robust set of tools for real-time data synchronization, user authentication, analytics tracking, and cloud messaging. This library streamlines the integration process, empowering developers to create dynamic web applications with ease and efficiency.
Download Latest Version: 6.1.0

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/kreait/laravel-firebase/6.1.0/loader.php';
require_once 'libs/kreait/firebase-php/7.22.0/loader.php';
use Kreait\Firebase\Admin\App;
use Kreait\Firebase\Messaging\CloudMessage;
$obj = new App();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.