Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Config Bundle Laravel Package

craue/config-bundle

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Dynamic Configuration Management: Enables runtime configuration changes (e.g., feature flags, A/B test parameters, or admin-controlled settings) without redeploying the application. Aligns with roadmap items for self-service admin tools or experimentation platforms.
  • Build vs. Buy: Avoids custom development of a database-backed config system, reducing technical debt. Ideal for teams prioritizing developer velocity over bespoke solutions.
  • Multi-Tenant or Environment-Specific Settings: Supports tenant-isolated configurations (e.g., per-customer branding, regional compliance rules) by leveraging database storage.
  • Decoupled Configuration: Separates static (YAML/ENV) and dynamic configs, improving maintainability for large Symfony applications.
  • Use Cases:
    • Admin dashboards for toggling features (e.g., "Enable dark mode").
    • Localization or regional settings (e.g., currency, tax rates).
    • A/B testing variables (e.g., headline variants for marketing teams).

When to Consider This Package

  • Avoid if:
    • Your configs are static (use Symfony’s native parameters.yml or .env).
    • You need fine-grained access control (e.g., per-user config overrides; consider a dedicated RBAC layer).
    • Your team lacks Symfony/Doctrine familiarity (adds complexity for non-PHP stacks).
    • You require real-time sync across microservices (evaluate event-driven alternatives like Kafka or Redis).
  • Look elsewhere if:
    • You need versioning/history for configs (extend with a custom audit table or use a dedicated tool like Laravel Envoy).
    • Your configs are hierarchical (e.g., nested JSON; consider Spatie’s Laravel Config or a NoSQL backend).
    • You’re using non-Symfony PHP (e.g., plain Laravel; porting may not be worth it).

How to Pitch It (Stakeholders)

For Executives: "This package lets us store app settings in a database—like feature toggles or regional rules—so our admin team can update them instantly without deploying code. It’s like giving them a control panel for live configuration, reducing downtime and speeding up iterations. Low risk (MIT license, battle-tested), and it integrates seamlessly with our Symfony stack."

For Engineering: *"CraueConfigBundle replaces hardcoded or YAML-based configs with a database-backed service, enabling runtime changes. Key benefits:

  • No redeploys: Admins update settings via a simple UI (optional route).
  • Symfony-native: Works with Doctrine, Twig, and services out of the box.
  • Lightweight: ~500 LOC, minimal overhead. Migration adds a single table.
  • Extensible: Hook into events (e.g., config.update) for custom logic. Tradeoff: Adds a dependency, but saves weeks of custom dev time. Recommended for projects needing dynamic configs or multi-tenant flexibility."*
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui