rennokki / laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
Fund package maintenance!
rennokki
Installs: 2 580 714
Dependents: 15
Suggesters: 0
Security: 0
Stars: 1 062
Watchers: 19
Forks: 118
Open Issues: 4
Requires
- illuminate/database: ^10.5|^11.33
- illuminate/support: ^10.5|^11.33
Requires (Dev)
- chelout/laravel-relationship-events: ^1.5|^2.0|^3.0
- laravel/legacy-factories: ^1.4
- livewire/livewire: dev-main
- mockery/mockery: ^1.6
- orchestra/testbench: ^8.1.1|^9
- phpunit/phpunit: ^9.5.25|^10|^11
- dev-master
- 3.5.0
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.x-dev
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- dev-dependabot/github_actions/codecov/codecov-action-5.1.1
- dev-dependabot/github_actions/actions/cache-4.2.0
- dev-dependabot/github_actions/actions/cache-4.1.2
- dev-dependabot/github_actions/codecov/codecov-action-5.0.7
- dev-feature/refactor-4.x
- dev-3.x-test
This package is auto-updated.
Last update: 2024-12-09 10:36:48 UTC
README
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. 📦
📃 Documentation
The entire documentation is available on Gitbook 🌍
🐛 Testing
vendor/bin/phpunit
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.