PHPackages                             firevel/firestore-cache-driver - 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. [Caching](/categories/caching)
4. /
5. firevel/firestore-cache-driver

ActiveLibrary[Caching](/categories/caching)

firevel/firestore-cache-driver
==============================

Firestore cache driver for Laravel app running inside Google App Engine.

1.1.0(2y ago)720.3k↓64.4%1MITPHP

Since Jun 26Pushed 2y agoCompare

[ Source](https://github.com/firevel/firestore-cache-driver)[ Packagist](https://packagist.org/packages/firevel/firestore-cache-driver)[ RSS](/packages/firevel-firestore-cache-driver/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (1)

Firestore Cache Driver for Laravel / Firevel
============================================

[](#firestore-cache-driver-for-laravel--firevel)

Cache driver for Laravel/Firevel applications running inside App Engine standard environment.

Installation
============

[](#installation)

`composer require firevel/firestore-cache-driver`

Add firestore driver to config/cache.php

```
    'stores' => [
    	...
        'firestore' => [
            'driver' => 'firestore',
            'collection' => 'cache', // Firestore collection name.
        ],
        ...
   ];

```

Set `CACHE_DRIVER=firestore` in your .env.

Important Notice
================

[](#important-notice)

Driver was developed basing on Laravel 5.8+ where TTL is counted in seconds not minutes.

Limitations
===========

[](#limitations)

- Up-to-date limitation .
- Maximum size for a document is 1MB, so keep your cache values small.
- Maximum write rate to a document is 1 per second (looks like its higher in practice). It might affect functionalities based on fast value increase (for example api throttling).
- Firestore can delete one document per call, so operations like `flush()` taking some time.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Every ~755 days

Total

3

Last Release

1053d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2696038?v=4)[Michael Slowik](/maintainers/sl0wik)[@sl0wik](https://github.com/sl0wik)

---

Top Contributors

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

---

Tags

laravelcachedrivergoogle cloudfirestoreapp enginefirevel

### Embed Badge

![Health badge](/badges/firevel-firestore-cache-driver/health.svg)

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

973172.3k2](/packages/awssat-laravel-visits)[firevel/firequent

Limited implementation of Eloquent based on Firestore.

267.1k](/packages/firevel-firequent)[elcobvg/laravel-opcache

Custom OPcache Cache Driver for Laravel. Faster than Redis or memcached.

43349.1k3](/packages/elcobvg-laravel-opcache)[swayok/alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/

202583.7k8](/packages/swayok-alternative-laravel-cache)[dragon-code/laravel-cache

An improved interface for working with cache

7046.0k10](/packages/dragon-code-laravel-cache)[henzeb/laravel-cache-index

Flexible replacement for tags

1216.1k](/packages/henzeb-laravel-cache-index)

PHPackages © 2026

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