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 today

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 35% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

556d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/82048243?v=4)[Ruslan Murzabaev](/maintainers/meunee)[@meunee](https://github.com/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

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[tomshaw/google-api

A Laravel Google API Client.

601.8k](/packages/tomshaw-google-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[spatie/analytics-statistics

An opinionated php package to retrieve Google Analytics data.

794.8k](/packages/spatie-analytics-statistics)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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