spiral/core
Spiral Core provides the framework’s dependency injection container with IoC scopes and injectable configuration support. Use it to manage bindings, resolve services, and handle scoped lifecycles in Spiral apps.
Architecture fit is limited to Spiral Framework projects; standalone use in non-Spiral environments (e.g., Laravel) would require replacing core framework components, creating significant friction. Integration feasibility is low due to tight coupling with Spiral's ecosystem (e.g., spiral/security dependency) and lack of PSR-11 compliance documentation. Technical risk is high: last release was 2019 (4+ years old), PHP 8.1+ requirement in composer.json contradicts release date (PHP 8.1 released Nov 2021), and zero dependents indicate abandonment. Key questions: Why is there no activity since 2019 despite PHP 8.1+ requirement? Does Spiral Framework still use this package, or has it been replaced? Are there known security vulnerabilities in older versions?
Stack fit is exclusively for Spiral Framework projects; incompatible with Laravel or other frameworks due to divergent DI container design and dependencies. Migration path does not exist for non-Spiral systems—replacing Laravel's container would require rewriting all service bindings and bootstrapping logic. Compatibility is broken for modern PHP versions (e.g., PHP 8.1+), as the package was last released before PHP 8.1 existed. Sequencing would require adopting the entire Spiral Framework stack, making incremental adoption
How can I help you explore Laravel packages today?