Registry / web-framework / php-di-slim-bridge

php-di-slim-bridge

JSON →
library3.4.1phppackagistunverified

PHP-DI integration in Slim

composer require php-di/slim-bridge
INSTALL
IMPORT
SIG · PHP-DI-SLIM-BRIDGE
P
php-di-slim-bridge
web-frameworkphpv3.4.1
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.

Bridge
use DI\Bridge\Slim\Bridge;

Create a Slim app with PHP-DI container integration.

<?php use DI\Bridge\Slim\Bridge; $app = Bridge::create(); $app->get('/', function () { return 'Hello'; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
php-di-slim-bridge — pip install php-di-slim-bridge · libregistry