Looking to hire Laravel developers? Try LaraJobs

laravel-fast-settings maintained by dipesh79

Description
A lightweight, fast, file-based settings storage for Laravel applications.
Author
Last update
2025/12/03 06:13 (2.x-dev)
License
Downloads
49

Comments
comments powered by Disqus

Package Image

Laravel Fast Settings

Latest Stable Version Total Downloads License

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

MIT

Author

Support

For support, email dipeshkhanal79[at]gmail[dot]com.