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)96802[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 1w 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 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

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

1612d 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://avatars.githubusercontent.com/u/5094008?v=4)[Casper Lai](/maintainers/casperlaitw)[@CasperLaiTW](https://github.com/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.8k54.9M11.7k](/packages/illuminate-database)[google/gax

Google API Core for PHP

267116.3M567](/packages/google-gax)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[googleads/google-ads-php

Google Ads API client for PHP

3508.5M12](/packages/googleads-google-ads-php)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

1229.6k](/packages/clarifai-clarifai-php-grpc)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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