PHPackages                             meunee/lara-fcm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. meunee/lara-fcm

ActiveLibrary[API Development](/categories/api)

meunee/lara-fcm
===============

Laravel fcm api http v1 package

v1.0.2(1y ago)039MITPHP

Since Dec 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/meunee/lara-fcm)[ Packagist](https://packagist.org/packages/meunee/lara-fcm)[ RSS](/packages/meunee-lara-fcm/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Laravel FCM API HTTP v1 package
===============================

[](#laravel-fcm-api-http-v1-package)

Installation
------------

[](#installation)

Install this package with Composer:

```
composer require meunee/lara-fcm
```

### Laravel

[](#laravel)

Register the provider directly in your app configuration file config/app.php `config/app.php`:

Laravel &gt;= 5.5 provides package auto-discovery

```
'providers' => [
	// ...

	Meunee\LaraFcm\FCMServiceProvider::class,
]
```

Add the facade aliases in the same file:

```
'aliases' => [
	...
	'FCM'      => Meunee\LaraFcm\Facades\FCM::class,
	'FCMGroup' => Meunee\LaraFcm\Facades\FCMGroup::class, // Deprecated
]
```

> Note: The `FCMGroup` facade is deprecated.

Publish the package config file using the following command:

```
$ php artisan vendor:publish --provider="Meunee\LaraFcm\FCMServiceProvider"

```

### Package Configuration

[](#package-configuration)

In your `.env` file, add the server key and the secret key for the Firebase Cloud Messaging:

```
FCM_PROJECT_ID="my_project_id"
FCM_JSON="path_to_json_file"
FCM_API_SERVER_KEY="my_api_server_key"
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance40

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

504d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6259b8a8f7e4bafd38a74458871d2a4e98d7d5b5558d945277980f98fbd7e769?d=identicon)[meunee](/maintainers/meunee)

---

Top Contributors

[![meunee](https://avatars.githubusercontent.com/u/82048243?v=4)](https://github.com/meunee "meunee (3 commits)")

### Embed Badge

![Health badge](/badges/meunee-lara-fcm/health.svg)

```
[![Health](https://phpackages.com/badges/meunee-lara-fcm/health.svg)](https://phpackages.com/packages/meunee-lara-fcm)
```

###  Alternatives

[revolution/laravel-google-sheets

Google Sheets API v4

4483.1M6](/packages/revolution-laravel-google-sheets)[pulkitjalan/google-apiclient

Google api php client wrapper with Cloud Platform and Laravel support

2582.9M5](/packages/pulkitjalan-google-apiclient)[dacastro4/laravel-gmail

Gmail API package for Laravel

312382.9k1](/packages/dacastro4-laravel-gmail)[spotonlive/php-google-my-business

Google MyBusiness

31677.1k](/packages/spotonlive-php-google-my-business)[happyr/google-api-bundle

A Symfony2 Wrapper for the Google APIs Client Library for PHP

48196.1k](/packages/happyr-google-api-bundle)[mediafigaro/google-analytics-api-symfony

Google Analytics API v4 Symfony

46177.7k](/packages/mediafigaro-google-analytics-api-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
