stellarwp/container-contract
StellarWP Container Interface
1.1.2
1.6M downloads/mo
#3127 most downloaded on Packagist
stellarwp/container-contract
What this package is like to depend on
Last release 2 months ago
04 Jun 2026
Release timing varies
gaps range from 2 months to 2.7 years
Most releases are documented
notes for 7 of 8 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
8 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
8 releases · Sep 2022 to Jun 2026
2023
2024
2025
2026
Releases
latest 8-
1.1.204 Jun 2026 -
1.1.105 Sep 2023Release notes
Open source →Changes
- Tweak - Adjusted docblock for ContainerInterface
::get()so it does a better job with autocompletion in PHPStorm.
- Tweak - Adjusted docblock for ContainerInterface
-
1.1.013 Feb 2023Release notes
Open source →Fixed
- The return type for the
bind()method for both di52/php-di isvoid, notmixed, soContainerInterface::bind()now properly matches.
Added
- Phpstan/Psalm Generics for for
get()methods, most IDE's will auto-complete class instances based on this if you pass in a class-string, e.gSome\Namespace\Some\ClassName::classand if your project uses static analysis, it will catch errors. - Union
class-stringparams for relevant methods. - The ContainerInterface now implements
declare( strict_types=1 );as the composer.json says this project is>=7.0.0. @methodDocBlocks for missing methods for the di52 example code (this will help some with IDE autocompletion).- Git ignore PhpStorm's
.idea/folder.
- The return type for the
-
1.0.420 Dec 2022 -
1.0.323 Sep 2022 -
1.0.223 Sep 2022 -
1.0.123 Sep 2022 -
1.0.023 Sep 2022Nothing published for this version