dipesh79/laravel-fast-settings

A lightweight, fast, file-based settings storage for Laravel applications.

Maintainers

Package info

github.com/dipesh79/LaravelFastSettings

Homepage

Issues

pkg:composer/dipesh79/laravel-fast-settings

Fund package maintenance!

Patreon

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 4

2.0.0 2025-12-03 05:13 UTC

This package is auto-updated.

Last update: 2026-03-03 06:05:26 UTC


README

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.