Libraries tagged by config cache
elipzis/laravel-cacheable-model
54580 Downloads
Automatic query-based model cache for your Laravel app
anilcancakir/laravel-agent-mcp
23616 Downloads
Read-only MCP (Model Context Protocol) server for Laravel. Give Claude Code, Cursor, and AI coding agents safe live access to your database, logs, queue, cache, routes, and config. No Sanctum, no user table, no write access.
orumad/lumen-config-cache
103139 Downloads
Adds the Laravel command `php artisan config:cache` to Lumen
insolita/yii2-opcache
69526 Downloads
Yii2 OpCache module - Show statistic, config, reset all, invalidate files, search in cached files
chubbyphp/chubbyphp-laminas-config-doctrine
13922 Downloads
monkeyscloud/monkeyslegion-mlc
2263 Downloads
`.mlc` MonkeysLegion Config format parser & loader - Production-ready configuration management
corneltek/configkit
14233 Downloads
Fast config toolkit, which provides super lightweight config accessor and loader.
webfactory/wfdmeta-bundle
34232 Downloads
Bundle to query the wfd_meta table and use it for ConfigCache expiry. Useful as example code, please see the README file.
codegenie-be/laravel-config-cache-guard
91 Downloads
Prevent Laravel from using stale config or route cache after deployment changes, with Composer autoload integration and in-app auto repair for shared hosting.
natsumework/laravel-cache-manager
515 Downloads
Allows you to easily manage the cache with config file. And provide a simple solution to solve the cache penetration and hotspot invalid.
lukman-ss/config
154 Downloads
Standalone PHP configuration repository, env loader, file loader, and cache utility.
kylin987/webman-config-center-client
107 Downloads
Lightweight, cache-first configuration client for Webman.
rondodevs/craft-toolkit
77 Downloads
Internal Craft CMS toolkit: site config overrides, KV/edge cache purge helpers, static labels and related utilities.
magepow/autoflushcache
532 Downloads
Auto flush cache after when saving change or config in admin Magento 2.
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.