becklyn/rad-bundles
Lightweight helpers for Symfony bundles/apps: includes BundleExtensions and ConfigurableBundleExtension to simplify bootstrapping, configuration loading, and extension setup. Useful starting point for building bundles with a consistent, minimal structure.
Illuminate\Support\ServiceProvider or dedicated packages (e.g., spatie/laravel-package-tools) may suffice for most use cases.For Executives: "This package bridges Laravel and Symfony ecosystems with minimal overhead, enabling us to leverage modular Symfony bundles (e.g., for plugins or legacy integrations) without rewriting core logic. It’s a lightweight ‘buy’ vs. ‘build’ for cross-framework compatibility—ideal if we’re expanding PHP tooling or maintaining hybrid stacks. Low risk for now, but we’d need to validate long-term maintenance."
For Engineering:
"If we’re integrating Symfony bundles (e.g., for [specific use case: themes, microservices, etc.]), this provides drop-in helpers for autoloading, configuration, and dependency resolution—similar to Laravel’s service providers but Symfony-compatible. Caveats: Unmaintained (last release 2023), so we’d need to fork or test thoroughly. Alternatives like spatie/laravel-package-tools might be safer for pure Laravel projects. Propose a spike to validate fit before adoption."
How can I help you explore Laravel packages today?