Download the PHP package firevel/firestore-cache-driver without Composer
On this page you can find all versions of the php package firevel/firestore-cache-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download firevel/firestore-cache-driver
More information about firevel/firestore-cache-driver
Files in firevel/firestore-cache-driver
Download firevel/firestore-cache-driver
More information about firevel/firestore-cache-driver
Files in firevel/firestore-cache-driver
Vendor firevel
Package firestore-cache-driver
Short Description Firestore cache driver for Laravel app running inside Google App Engine.
License MIT
Package firestore-cache-driver
Short Description Firestore cache driver for Laravel app running inside Google App Engine.
License MIT
Please rate this library. Is it a good library?
Informations about the package firestore-cache-driver
Firestore Cache Driver for Laravel / Firevel
Cache driver for Laravel/Firevel applications running inside App Engine standard environment.
Installation
composer require firevel/firestore-cache-driver
Add firestore driver to config/cache.php
Set CACHE_DRIVER=firestore
in your .env.
Important Notice
Driver was developed basing on Laravel 5.8+ where TTL is counted in seconds not minutes.
Limitations
- Up-to-date limitation https://cloud.google.com/firestore/quotas.
- 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.
All versions of firestore-cache-driver with dependencies
PHP Build Version
Package Version
The package firevel/firestore-cache-driver contains the following files
Loading the files please wait ....