dipesh79 / laravel-fast-settings
A lightweight, fast, file-based settings storage for Laravel applications.
Fund package maintenance!
Patreon
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/dipesh79/laravel-fast-settings
This package is auto-updated.
Last update: 2025-11-24 06:32:43 UTC
README
Laravel Fast Settings
Laravel Fast Settings is a lightweight, file-based settings manager for Laravel applications. It allows you to store, retrieve, update, and delete application settings stored in JSON files, with optional category-based separation and caching for performance.
Features
- Store settings in JSON files instead of the database.
- Support for multiple categories (e.g.,
general.json,payment.json). - Simple and intuitive API:
get,set,delete,clear,push. - Cache for ultra-fast reads.
- Supports single or multiple key deletions in one call.
Installation
Install the package via Composer:
composer require dipesh79/laravel-fast-settings
Official Documentation
Documentation can be found on my website.
License
Author
Support
For support, email dipeshkhanal79[at]gmail[dot]com.