Download the PHP package dipesh79/laravel-fast-settings without Composer
On this page you can find all versions of the php package dipesh79/laravel-fast-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dipesh79/laravel-fast-settings
More information about dipesh79/laravel-fast-settings
Files in dipesh79/laravel-fast-settings
Download dipesh79/laravel-fast-settings
More information about dipesh79/laravel-fast-settings
Files in dipesh79/laravel-fast-settings
Vendor dipesh79
Package laravel-fast-settings
Short Description A lightweight, fast, file-based settings storage for Laravel applications.
License MIT
Homepage https://github.com/dipesh79/laravel-fast-settings
Package laravel-fast-settings
Short Description A lightweight, fast, file-based settings storage for Laravel applications.
License MIT
Homepage https://github.com/dipesh79/laravel-fast-settings
Please rate this library. Is it a good library?
Informations about the package laravel-fast-settings

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:
Official Documentation
Documentation can be found on my website.
License
Author
Support
For support, email dipeshkhanal79[at]gmail[dot]com.
All versions of laravel-fast-settings with dependencies
PHP Build Version
Package Version
No informations.
The package dipesh79/laravel-fast-settings contains the following files
Loading the files please wait ...