Registry / utility / bytic-container

bytic-container

JSON →
library2.0.7phppackagistunverified

PHP dependency injection container for the Bytic framework.

composer require bytic/container
INSTALL
IMPORT
SIG · BYTIC-CONTAINER
B
bytic-container
utilityphpv2.0.7
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 Bytic\Container\Container;

Create a container and register a service.

use Bytic\Container\Container; $container = new Container(); $container->set('db', function () { return new PDO('sqlite::memory:'); }); $db = $container->get('db');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
bytic-container — pip install bytic-container · libregistry