container-interop/service-provider
Experimental PSR draft to standardize PHP service providers (“bundles/modules”) for PSR-11 containers. Defines interfaces for registering factories and extensions so modules can share container definitions across frameworks. Not stable before 1.0; expect breaking changes.
Full Changelog: https://github.com/container-interop/service-provider/compare/v0.4.0...v0.4.1
This new release introduces breaking changes:
ServiceProviderInterface to map more closely PHP-FIG naming conventions. See #34getServices was split in two methods: getFactories and getExtensions. See #39callable resolving the service but is directly the service value. See #39See #20 for more information
See #9 and #10 for more information.
How can I help you explore Laravel packages today?