Download the PHP package firevel/firestore without Composer
On this page you can find all versions of the php package firevel/firestore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firevel/firestore
More information about firevel/firestore
Files in firevel/firestore
Package firestore
Short Description Firestore wrapper for Laravel app running inside Google App Engine.
License MIT
Informations about the package firestore
Firevel - Firestore
Cloud Firestore library wrapper for Laravel and Firevel compatible with Google App Engine standard environment.
Installation
1) If you don't have Firestore project set, check Cloud Firestore quick start
2) Install package composer require firevel/firestore
3) Create php.ini in your project directory (where app.yaml
is stored) with content:
If you use library outside Google App Engine please check gRPC installation guide.
Usage
To access FirestoreClient simply use Firestore
facade for example:
Authentication
Inside Google App Engine Firestore should work without authentication. For usage outside App Engine check Authentication guide.
More
All versions of firestore with dependencies
google/protobuf Version ^v3.13.0
google/cloud-firestore Version ^1.14.1
illuminate/support Version ^5.8||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0
php Version ^7.1|^8.0