Registry / utility / chubbyphp-chubbyphp-container

chubbyphp-chubbyphp-container

JSON →
library2.5.0phppackagistunverified

A simple PSR-11 container implementation.

composer require chubbyphp/chubbyphp-container
INSTALL
IMPORT
SIG · CHUBBYPHP-CHUBBYPH
C
chubbyphp-chubbyphp-container
utilityphpv2.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Container
use Chubbyphp\Container\Container;

Create a PSR-11 container with a service definition.

use Chubbyphp\Container\Container; $container = new Container([ 'service' => function () { return new stdClass(); }, ]); $service = $container->get('service');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
chubbyphp-chubbyphp-container — pip install chubbyphp-chubbyphp-container · libregistry