snicco/illuminate-container-bridge

Provides an adapter for the Laravel DI container for snicco/kernel

v1.9.0 2023-09-20 12:36 UTC

README

codecov Psalm Type-Coverage Psalm level PhpMetrics - Static Analysis PHP-Versions

Installation

composer require snicco/illuminate-container-bridge

Usage

use Illuminate\Container\Container;
use Snicco\Bridge\IlluminateContainer\IlluminateContainerAdapter;

$pimple_container_adapter = new IlluminateContainerAdapter(
    new Container(); // Your illuminate container
)

Contributing

This repository is a read-only split of the development repo of the Snicco project.

This is how you can contribute.

Reporting issues and sending pull requests

Please report issues in the Snicco monorepo.

Security

If you discover a security vulnerability, please follow our disclosure procedure.