slashlead/league-container-slim-bridge

Bridge to implement league/container in slim

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2016-12-01 16:32 UTC

This package is not auto-updated.

Last update: 2025-06-30 17:43:05 UTC


README

Bridge to implement league/container in slim

Installation

composer require slashlead/configuration

How to use

<?php

$container = new \League\Container\Container();
$container->addServiceProvider(new Slashlead\Component\LeagueContainerSlimBridge\ServiceProvider);

$app = new \Slim\App($container);