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.

Current Version: 6.1.0
Last Updated: 2025-06-14
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
kreait/firebase-php
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.1.0

Download Download v6.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.