Libraries tagged by config value
miladimos/conf
283 Downloads
a dynamic key:value json config file
justustheis/registry
124 Downloads
Flexible key–value store for Laravel with model scoping, encryption, caching, and runtime config overrides.
grazulex/laravel-configrypt
24 Downloads
Encrypt sensitive values in your Laravel .env file and decrypt them automatically at runtime — safe, seamless, and config-driven.
elipzis/laravel-simple-setting
623 Downloads
Simple key/value typed settings for your Laravel app
elipzis/laravel-nova-simple-setting
147 Downloads
Laravel Nova Resource for a simple key/value typed setting
clickman6/laravel-vite-env
5 Downloads
Serve whitelisted VITE_* environment values as /vite-env.js, sourced from Laravel's cached config — no files, no .env at runtime.
cameron1729/seb-json
22 Downloads
Encode PHP values as Safe Exam Browser SEB-JSON for Config Key generation.
yamut/laravel-redacted
22 Downloads
Resolve Laravel config values from remote secret stores (AWS SSM, Secrets Manager, Azure Key Vault, GCP Secret Manager, HashiCorp Vault, Infisical, Doppler)
plakhin/fpm-optimize
25 Downloads
Suggests optimal php-fpm config values based on system config and load
joby/smol-context
65 Downloads
A lightweight DI container for PHP for global, low-config service and object registration. Use it to resolve and inject services, objects, and config values anywhere. You can execute callables with injected dependencies, instantiate objects with dependencies, and even include files using a unique DocBlock injection system.
ctw/ctw-middleware-phpconfig
203 Downloads
This PSR-15 middleware allows php.ini settings to be set at runtime with values from a config file.
jeffersongoncalves/laravel-security-headers
59 Downloads
This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware. Every header value and the full CSP directive map are driven by config, so you can tune or disable each one without touching code.
jeffersongoncalves/laravel-locale-cookie
54 Downloads
A Laravel middleware that resolves the application locale from a cookie, validating the requested value against a configurable list of supported locales and falling back to a sensible default when the cookie is missing or unknown. Cookie name, supported locales, and fallback locale are all driven by config.
veiliglanceren/laravel-oop-config
0 Downloads
Type hinting and autocomplete for config values
simpl/config
103 Downloads
Combines the simplicity of `.env` files with the flexibility of defining arrays of config values.