PHPackages                             kekalainen/slim-illuminate-autowire - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kekalainen/slim-illuminate-autowire

ActiveLibrary[Framework](/categories/framework)

kekalainen/slim-illuminate-autowire
===================================

1.0.0(3y ago)088MITPHP

Since Nov 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kekalainen/slim-illuminate-autowire)[ Packagist](https://packagist.org/packages/kekalainen/slim-illuminate-autowire)[ RSS](/packages/kekalainen-slim-illuminate-autowire/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Slim Illuminate autowire
========================

[](#slim-illuminate-autowire)

Autowire class dependencies using the Laravel/Illuminate [service container](https://laravel.com/docs/9.x/container) by proxying Slim's [callable resolver](https://www.slimframework.com/docs/v4/objects/routing.html#container-resolution).

Usage
-----

[](#usage)

```
use Illuminate\Container\Container;
use Illuminate\Contracts\Container\Container as ContainerContract;
use Kekalainen\SlimIlluminateAutowire\AdvancedCallableResolverProxy;
use Slim\CallableResolver;
use Slim\Factory\AppFactory;
use Slim\Interfaces\AdvancedCallableResolverInterface;

// Instantiate the Illuminate container.
$container = new Container();

// Bind the container instance into the container.
$container->instance(ContainerContract::class, $container);

// Bind a concrete advanced callable resolver to be proxied.
$container->bind(AdvancedCallableResolverInterface::class, CallableResolver::class);

// Resolve the proxied callable resolver.
$callableResolver = $container->make(AdvancedCallableResolverProxy::class);

// Set the static properties of the Slim App factory.
AppFactory::setContainer($container);
AppFactory::setCallableResolver($callableResolver);

// Instantiate the Slim App.
$app = AppFactory::create();
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1360d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c509775b55565f30836d79b51b611248dee6e1aaa6a1e3e0301847eda4d99497?d=identicon)[Kekalainen](/maintainers/Kekalainen)

---

Top Contributors

[![kekalainen](https://avatars.githubusercontent.com/u/10739055?v=4)](https://github.com/kekalainen "kekalainen (1 commits)")

---

Tags

autowiredependency-injectiondiilluminatelaravelphpslim

### Embed Badge

![Health badge](/badges/kekalainen-slim-illuminate-autowire/health.svg)

```
[![Health](https://phpackages.com/badges/kekalainen-slim-illuminate-autowire/health.svg)](https://phpackages.com/packages/kekalainen-slim-illuminate-autowire)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

13.0k107.5M1.6k](/packages/spatie-laravel-permission)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M323](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M229](/packages/laravel-mcp)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k94.5M632](/packages/laravel-passport)[illuminate/database

The Illuminate Database package.

2.8k55.8M13.1k](/packages/illuminate-database)[illuminate/routing

The Illuminate Routing package.

1239.4M3.5k](/packages/illuminate-routing)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
