laminas-servicemanager icon indicating copy to clipboard operation
laminas-servicemanager copied to clipboard

Factory-Driven Dependency Injection Container

Results 34 laminas-servicemanager issues
Sort by recently updated
recently updated
newest added

To pass $options on `$container->build($name, $options);`

### Release Notes for [3.23.0](https://github.com/laminas/laminas-servicemanager/milestone/60) ### 3.23.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Enhancement - [243: Add PHP 8.4 Support...

Enhancement
Review Needed

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [laminas/laminas-coding-standard](https://laminas.dev) ([source](https://redirect.github.com/laminas/laminas-coding-standard)) | `~2.5.0` -> `~3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/laminas%2flaminas-coding-standard/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate

### Bug Report | Q | A |------------ | ------ | Version(s) | 4.x #### Summary I often create what I call "static factories" along the lines of ```php class...

Bug