PHPackages                             vohinc/laravel-firestore - 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. [Database &amp; ORM](/categories/database)
4. /
5. vohinc/laravel-firestore

ActiveLibrary[Database &amp; ORM](/categories/database)

vohinc/laravel-firestore
========================

Firestore wrapper for laravel

v1.1.1(4y ago)96702[1 issues](https://github.com/vohinc/laravel-firestore/issues)MITPHPPHP ^7.1|^8.0CI failing

Since May 25Pushed 4y ago2 watchersCompare

[ Source](https://github.com/vohinc/laravel-firestore)[ Packagist](https://packagist.org/packages/vohinc/laravel-firestore)[ RSS](/packages/vohinc-laravel-firestore/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

Laravel Firestore
=================

[](#laravel-firestore)

The Google firestore wrapper for Laravel.

Requirement
-----------

[](#requirement)

- Laravel 5.8.\*
- [gRPC extension](https://cloud.google.com/php/grpc)

Install
-------

[](#install)

```
composer require vohinc/laravel-firestore
```

Publish Configuration
---------------------

[](#publish-configuration)

```
php artisan vendor:publish --provider=Voh\LaravelFirestore\FirestoreServiceProvider --tag=config
```

Usage
-----

[](#usage)

```
use Voh\LaravelFirestore\Facades\Firestore;

Firestore::collection('users')->document('lovelace')->set([
    'first' => 'Ada',
    'last' => 'Lovelace',
    'born' => 1815,
]);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~246 days

Total

5

Last Release

1558d ago

Major Versions

v0.1.1 → v1.0.02020-03-21

PHP version history (4 changes)v0.1.0PHP ^7.1.3

v0.1.1PHP ^7.1.3|^7.2

v1.0.0PHP ^7.1

v1.1.1PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5c229ec5f9469761debea04b33b5168c9b732318fde06cb01acc237c4e78528?d=identicon)[casperlaitw](/maintainers/casperlaitw)

---

Top Contributors

[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (8 commits)")[![alnutile](https://avatars.githubusercontent.com/u/365385?v=4)](https://github.com/alnutile "alnutile (1 commits)")

### Embed Badge

![Health badge](/badges/vohinc-laravel-firestore/health.svg)

```
[![Health](https://phpackages.com/badges/vohinc-laravel-firestore/health.svg)](https://phpackages.com/packages/vohinc-laravel-firestore)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[aglipanci/laravel-eloquent-case

Adds CASE statement support to Laravel Query Builder.

115157.2k](/packages/aglipanci-laravel-eloquent-case)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)

PHPackages © 2026

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