https://github.com/renoki-co/laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
https://github.com/renoki-co/laravel-eloquent-query-cache
cache cache-storage database eloquent hacktoberfest invalidation laravel laravel-eloquent-queries query query-builder redis
Last synced: 11 days ago
JSON representation
Adding cache on your Laravel Eloquent queries' results is now a breeze.
- Host: GitHub
- URL: https://github.com/renoki-co/laravel-eloquent-query-cache
- Owner: renoki-co
- License: apache-2.0
- Created: 2019-11-21T18:19:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T07:59:43.000Z (about 1 month ago)
- Last Synced: 2025-03-31T03:01:36.208Z (22 days ago)
- Topics: cache, cache-storage, database, eloquent, hacktoberfest, invalidation, laravel, laravel-eloquent-queries, query, query-builder, redis
- Language: PHP
- Homepage:
- Size: 222 KB
- Stars: 1,085
- Watchers: 18
- Forks: 119
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Laravel Eloquent Query Cache
============================
[](https://codecov.io/gh/renoki-co/laravel-eloquent-query-cache/branch/master)
[](https://github.styleci.io/repos/223236785)
[](https://packagist.org/packages/rennokki/laravel-eloquent-query-cache)
[](https://packagist.org/packages/rennokki/laravel-eloquent-query-cache)
[](https://packagist.org/packages/rennokki/laravel-eloquent-query-cache)
[](https://packagist.org/packages/rennokki/laravel-eloquent-query-cache)Laravel Eloquent Query Cache brings back the `remember()` functionality that has been removed from Laravel a long time ago.
It adds caching functionalities directly on the Eloquent level, making use of cache within your database queries.## 🤝 Supporting
**If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with [Github Sponsors](https://github.com/sponsors/rennokki). 📦**
[
](https://github-content.renoki.org/github-repo/37)
## 📃 Documentation
[The entire documentation is available on Gitbook 🌍](https://rennokki.gitbook.io/laravel-eloquent-query-cache/)
## 🐛 Testing
``` bash
vendor/bin/phpunit
```## 🤝 Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## 🔒 Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## 🎉 Credits
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)