xylemical/container

Provides framework for container compilation.

Installs: 13

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/xylemical/container

dev-master 2022-06-30 05:45 UTC

This package is auto-updated.

Last update: 2025-09-29 02:59:09 UTC


README

Provides a framework for containers and compilation.

Install

The recommended way to install this library is through composer.

composer require xylemical/container

Usage

use Xylemical\Container\ContainerBuilder;

$source = ...; // A source defined by \Xylemical\Container\Source\SourceInterface.
$builder = new ContainerBuilder($source, 'config/container.php');
$container = $builder->getContainer();

License

MIT, see LICENSE.