Limited implementation of Eloquent based on Firestore.
firevel/firequent is a Laravel package for limited implementation of eloquent based on firestore..
It currently has 26 GitHub stars and 7.126 downloads on Packagist (latest version 0.7.2).
Install it with composer require firevel/firequent.
Discover more Laravel packages by firevel
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Eloquent for Firestore.
Firequent is a Laravel Eloquent version modified to work with Google Firestore inside Google App Engine. Firestore got the capacity to handle very high loads, and it's very fast but it offers much fewer features than traditional SQL databases.
use Illuminate\Database\Eloquent\Model; with use Firevel\Firequent\Model;