PHPackages                             dreadkopp/laravel\_slim\_transceiver - 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. dreadkopp/laravel\_slim\_transceiver

AbandonedLibrary[Framework](/categories/framework)

dreadkopp/laravel\_slim\_transceiver
====================================

Stack laravel on top of your existing slim application

0.1.9(5y ago)08PHP

Since Jan 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dreadkopp/laravel_slim_transceiver)[ Packagist](https://packagist.org/packages/dreadkopp/laravel_slim_transceiver)[ RSS](/packages/dreadkopp-laravel-slim-transceiver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (11)Used By (0)

LARAVEL &lt;-&gt; SLIM Transceiver
----------------------------------

[](#laravel---slim-transceiver)

This small helper allows you to run laravel on top of your existing Slim app.

### Install

[](#install)

```
composer require dreadkopp/laravel_slim_transceiver

```

### Usage

[](#usage)

(i assume you already installed Laravel on top of your existing slim project)

##### Laravel-side:

[](#laravel-side)

add to the Bottom of your routes/web.php:

```
Route::fallback([\dreadkopp\LaravelSlimTransceiver\SlimTransceiver::class,'handle'])
    ->withoutMiddleware( \App\Http\Middleware\VerifyCsrfToken::class);

```

##### Slim:

[](#slim)

in /public you should have a slim.php, we need to slightly modify that.

First, rename it to sub\_slim.php

Second we need a slight adjustment. Last line in your sub\_slim.php should read something like

```
    $app->run();

```

change that to

```
   return $app->run(true);

```

Third you want to disable the start of session in your slim app code since the Transceiver will create a temporary one for you during runtime

##### Global

[](#global)

Last, point your webserver to public/index.php instead of public/slim.php

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

10

Last Release

1942d ago

### Community

Maintainers

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

---

Top Contributors

[![dreadkopp](https://avatars.githubusercontent.com/u/5657840?v=4)](https://github.com/dreadkopp "dreadkopp (15 commits)")

### Embed Badge

![Health badge](/badges/dreadkopp-laravel-slim-transceiver/health.svg)

```
[![Health](https://phpackages.com/badges/dreadkopp-laravel-slim-transceiver/health.svg)](https://phpackages.com/packages/dreadkopp-laravel-slim-transceiver)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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