Registry / utility / delboy1978uk-barnacle

delboy1978uk-barnacle

JSON →
library2.5.3phppackagistunverified

A simple Dependency Injection Container for PHP, part of the Bone Framework.

composer require delboy1978uk/barnacle
INSTALL
IMPORT
SIG · DELBOY1978UK-BARNA
D
delboy1978uk-barnacle
utilityphpv2.5.3
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 Barnacle\Container;

Create a container and retrieve a service.

use Barnacle\Container; $container = new Container(); $container->set('db', function() { return new PDO('mysql:host=localhost;dbname=test', 'user', 'pass'); }); $db = $container->get('db');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
5
Resources
delboy1978uk-barnacle — pip install delboy1978uk-barnacle · libregistry