PHPackages                             plexcellmedia/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. plexcellmedia/firestore

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

plexcellmedia/firestore
=======================

Firestore wrapper for Laravel app running inside Google App Engine.

1.0.3(5y ago)074MITPHPPHP &gt;=7.1

Since May 5Pushed 4y agoCompare

[ Source](https://github.com/plexcellmedia/firestore)[ Packagist](https://packagist.org/packages/plexcellmedia/firestore)[ RSS](/packages/plexcellmedia-firestore/feed)WikiDiscussions master Synced today

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

Firevel - Firestore
===================

[](#firevel---firestore)

[Cloud Firestore](https://github.com/googleapis/google-cloud-php-firestore) library wrapper for [Laravel](https://www.laravel.com) and [Firevel](https://www.firevel.com) compatible with Google App Engine standard environment (PHP 7.3).

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

[](#installation)

1. If you dont have firestore project set, check [Cloud Firestore quick start](https://firebase.google.com/docs/firestore/quickstart)
2. Install package `composer require firevel/firestore`
3. Create php.ini in your project directory (where `app.yaml` is stored) with content:

```
; enable the gRPC extension
extension=grpc.so

; Ref.: https://github.com/colopl/laravel-spanner/issues/12
grpc.enable_fork_support = 1

```

If you are going to use library outside Google App Engine please check [gRPC installation guide](https://cloud.google.com/php/grpc).

### Usage

[](#usage)

To access FirestoreClient simply use `Firestore` facade for example:

```
    $data = [
        'name' => 'Los Angeles',
        'state' => 'CA',
        'country' => 'USA'
    ];
    Firestore::collection('cities')->document('LA')->set($data);
```

### Authentication

[](#authentication)

Inside Google App Engine Firestore should work without authentication. For usage outside App Engine check [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md).

### More

[](#more)

1. [Firestore official documentation](https://cloud.google.com/firestore/docs/).
2. [in-depth usage samples](https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/firestore).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.2% 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 ~159 days

Total

4

Last Release

2137d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12846005?v=4)[Niko Tikkanen](/maintainers/Plexcellmedia)[@plexcellmedia](https://github.com/plexcellmedia)

---

Top Contributors

[![sl0wik](https://avatars.githubusercontent.com/u/2696038?v=4)](https://github.com/sl0wik "sl0wik (15 commits)")[![plexcellmedia](https://avatars.githubusercontent.com/u/12846005?v=4)](https://github.com/plexcellmedia "plexcellmedia (2 commits)")

---

Tags

laravelgoogle cloudfirestoreapp enginefirevel

### Embed Badge

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

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[firevel/firequent

Limited implementation of Eloquent based on Firestore.

267.1k](/packages/firevel-firequent)[glushkovds/phpclickhouse-laravel

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

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

1229.6k](/packages/clarifai-clarifai-php-grpc)[lemaur/eloquent-publishing

218.1k1](/packages/lemaur-eloquent-publishing)

PHPackages © 2026

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