Download the PHP package roddy/firestore-eloquent without Composer
On this page you can find all versions of the php package roddy/firestore-eloquent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download roddy/firestore-eloquent
More information about roddy/firestore-eloquent
Files in roddy/firestore-eloquent
Download roddy/firestore-eloquent
More information about roddy/firestore-eloquent
Files in roddy/firestore-eloquent
Vendor roddy
Package firestore-eloquent
Short Description Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
License MIT
Package firestore-eloquent
Short Description Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
License MIT
Please rate this library. Is it a good library?
Informations about the package firestore-eloquent
Laravel Firestore Eloquent

This package is a customized version of Laravel Eloquent designed for seamless integration with Google Firestore within Laravel applications. Firestore boasts exceptional scalability and speed, but it provides a more limited feature set compared to conventional SQL databases.
### Table of Contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Documentation](#documentation)
- [Limitations](#limitations)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)
### Requirements
- [PHP >= 8.1](https://php.net)
- [Laravel >= 9](https://laravel.com/docs/9.x) (Recommeded [Latest Laravel](https://laravel.com))
- [Composer](https://getcomposer.org/)
### Installation
1. Install this package using composer
2. Copy and paste this to your **.env** file and replace `your-project-id` with your project id.
3. Publish the package configuration using Artisan
You can locate the configuration file in **`config/firebase.php`**.
### Documentation
Visit [Laravel Firestore Eloquent](https://firestore-eloquent.netlify.app/) for documentation.
OR
Use this link [https://firestore-eloquent.netlify.app/](https://firestore-eloquent.netlify.app/)
### Limitations
[Limitations](https://firestore-eloquent.netlify.app/docs/limitations) for documentation.
### TODO
[Todo](https://firestore-eloquent.netlify.app/docs/todo) for documentation.
### License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Acknowledgments
- [Laravel](https://laravel.com/)
- [Google Cloud Firestore](https://cloud.google.com/firestore/)
- [Google Cloud Firestore Storage](https://cloud.google.com/)
- [PHP](https://php.net)
## Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](https://github.com/FreddyWhest/firestore-eloquent/graphs/contributors)].
### Financial Contributors
Become a financial contributor and help us sustain our community.
This package is a customized version of Laravel Eloquent designed for seamless integration with Google Firestore within Laravel applications. Firestore boasts exceptional scalability and speed, but it provides a more limited feature set compared to conventional SQL databases. ### Table of Contents - [Requirements](#requirements) - [Installation](#installation) - [Documentation](#documentation) - [Limitations](#limitations) - [Contributing](#contributing) - [Changelog](#changelog) - [License](#license) ### Requirements - [PHP >= 8.1](https://php.net) - [Laravel >= 9](https://laravel.com/docs/9.x) (Recommeded [Latest Laravel](https://laravel.com)) - [Composer](https://getcomposer.org/) ### Installation 1. Install this package using composer 2. Copy and paste this to your **.env** file and replace `your-project-id` with your project id. 3. Publish the package configuration using Artisan You can locate the configuration file in **`config/firebase.php`**. ### Documentation Visit [Laravel Firestore Eloquent](https://firestore-eloquent.netlify.app/) for documentation. OR Use this link [https://firestore-eloquent.netlify.app/](https://firestore-eloquent.netlify.app/) ### Limitations [Limitations](https://firestore-eloquent.netlify.app/docs/limitations) for documentation. ### TODO [Todo](https://firestore-eloquent.netlify.app/docs/todo) for documentation. ### License The MIT License (MIT). Please see [License File](LICENSE.md) for more information. ## Acknowledgments - [Laravel](https://laravel.com/) - [Google Cloud Firestore](https://cloud.google.com/firestore/) - [Google Cloud Firestore Storage](https://cloud.google.com/) - [PHP](https://php.net) ## Contributors ### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](https://github.com/FreddyWhest/firestore-eloquent/graphs/contributors)].
All versions of firestore-eloquent with dependencies
PHP Build Version
Package Version
Requires
illuminate/http Version
9.* || 10.* || 11.*
illuminate/pagination Version 9.* || 10.* || 11.*
illuminate/support Version 9.* || 10.* || 11.*
nesbot/carbon Version 2.* || 3.*
google/cloud-storage Version 1.*
illuminate/session Version 9.* || 10.* || 11.*
illuminate/config Version 9.* || 10.* || 11.*
illuminate/filesystem Version 9.* || 10.* || 11.*
php Version >= 8.0
illuminate/pagination Version 9.* || 10.* || 11.*
illuminate/support Version 9.* || 10.* || 11.*
nesbot/carbon Version 2.* || 3.*
google/cloud-storage Version 1.*
illuminate/session Version 9.* || 10.* || 11.*
illuminate/config Version 9.* || 10.* || 11.*
illuminate/filesystem Version 9.* || 10.* || 11.*
php Version >= 8.0
The package roddy/firestore-eloquent contains the following files
Loading the files please wait ....