PHPackages                             komicho/firebase - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. komicho/firebase

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

komicho/firebase
================

Send notifications through firebase using php

V1.0.0(8y ago)016PHP

Since Aug 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/komichoLab/firebase)[ Packagist](https://packagist.org/packages/komicho/firebase)[ Docs](https://github.com/komichoLab/firebase)[ RSS](/packages/komicho-firebase/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Komicho Firebase
================

[](#komicho-firebase)

You can send notifications with ease

### Install via composer

[](#install-via-composer)

Add orm to composer.json configuration file.

```
$ composer require komicho/firebase

```

And update the composer

```
$ composer update

```

code
----

[](#code)

```
require 'vendor/autoload.php';

use komicho\firebase;

$firebase = new firebase('api_access_key');

echo $firebase
    ->to('Token')
    ->notification([
        'title' => 'kom',
        'body' => 'komicho :)'
    ])
    ->data([ ... ])
    ->send();
```

"# firebase"

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3189d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31162701?v=4)[komicho](/maintainers/komicho)[@komicho](https://github.com/komicho)

---

Top Contributors

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

---

Tags

phpnotificationfirebasekomicho

### Embed Badge

![Health badge](/badges/komicho-firebase/health.svg)

```
[![Health](https://phpackages.com/badges/komicho-firebase/health.svg)](https://phpackages.com/packages/komicho-firebase)
```

###  Alternatives

[tomatophp/filament-twilio

Send Whatsapp messages using Twilio and native filament Notification Facade class

112.3k](/packages/tomatophp-filament-twilio)

PHPackages © 2026

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