Provides an adapter for the pimple container for snicco/kernel
composer require snicco/pimple-bridge
use Pimple\Container;
use Snicco\Bridge\Pimple\PimpleContainerAdapter;
$pimple_container_adapter = new PimpleContainerAdapter(
new Container(); // Your pimple container
)
This repository is a read-only split of the development repo of the Snicco project.
This is how you can contribute.
Please report issues in the Snicco monorepo.
If you discover a security vulnerability, please follow our disclosure procedure.