Libraries tagged by config cache
pranavsy/visitcounter
0 Downloads
Laravel visitor counter with zero config, cache-based counter
pdjohn/laravel-allclear
24 Downloads
This will run optimize, config, cache, route etc clear in one command
loilo/storage-paths
64 Downloads
Get OS-specific paths for storing your project's config, cache, logs etc.
levizoesch/laravel-clear-everything
489 Downloads
A simple helper command to clear laravel routes, config, cache, views, compiled, and caches config.
itsnubix/laravel-nuke
1285 Downloads
Clear application, view and config cache with one command
el7cosmos/directories
1 Downloads
Provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS.
gilbertsoft/gscacheconfig
68 Downloads
GS Cache Config allows you to switch various caching backends to APCu with fallback in case of CLI mode. Configuration can simply be adapted by the Extension Manager.
bgreenacre/env-paths
0 Downloads
Provides paths for where to store things like cache, configs, data etc. given the environment and user that is running the application.
puntjes/laravel
2 Downloads
Laravel integration for the Puntjes loyalty API — service provider, facade, config and a cache-backed token store.
tim661811/laravel-telemetry-reporter
13 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.
izisoft/yii2-opcache
0 Downloads
Yii2 OpCache module - Show statistic, config, reset all, invalidate files, search in cached files
maildeno/maildeno
2 Downloads
Official Maildeno PHP SDK — fetch, cache, and render email templates with the bundled native maildeno-engine executable. Zero-config: works out of the box.
genai/sql-mapper
162 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.
genai/session
129 Downloads
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
edulazaro/laraterms
4 Downloads
Polymorphic taxonomies for Laravel. Define tags, categories or any custom classification in config. Hierarchical, slug-aware, attach to any model, counts cached, query scopes included.