grafite / query-cache
A database query caching system with invalidation automation.
Requires
- php: ^8.2
- illuminate/collections: ^12.0
- illuminate/support: ^12.0
Requires (Dev)
- laravel/legacy-factories: ^1.4
- laravel/pint: ^1.10
- livewire/livewire: dev-main
- mockery/mockery: ^1.6
- orchestra/testbench: ^10.0
- phpunit/phpunit: ^11
This package is auto-updated.
Last update: 2025-05-31 03:47:43 UTC
README
QueryCache - A general query result caching system for Eloquent models.
QueryCache is a general query result caching system for Eloquent models. It's optimized to be as automated as possible, and can work with Redis and SQLite as caching.
Author(s):
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
Requirements
- PHP 8.2+
Compatibility and Support
Laravel Version | Package Tag | Supported |
---|---|---|
^11.x - ^12.x | 1.x | yes |
Installation
Start a new Laravel project:
composer create-project laravel/laravel your-project-name
Then run the following to add Support
composer require "grafite/query-cache"
Documentation
https://docs.grafite.ca/utilities/query-cache
License
Support is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.