PHPackages                             revolution/laravel-slim - 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. [CLI &amp; Console](/categories/cli)
4. /
5. revolution/laravel-slim

ActiveLibrary[CLI &amp; Console](/categories/cli)

revolution/laravel-slim
=======================

Set up a Laravel project to console/api only.

1.5.1(1mo ago)0368MITBladePHP ^8.3CI passing

Since Apr 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/invokable/laravel-slim)[ Packagist](https://packagist.org/packages/revolution/laravel-slim)[ GitHub Sponsors](https://github.com/invokable)[ RSS](/packages/revolution-laravel-slim/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (22)Used By (0)

Slim Skeleton
=============

[](#slim-skeleton)

Set up a Laravel project to console/api only.

- Console only
- Stateless API only

> **Note:** [laravel-console-starter](https://github.com/invokable/laravel-console-starter) is a starter kit that has this package applied.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- Laravel &gt;= 13.0

Only new projects with Laravel 13.(No starter kit, No API)

Installation
------------

[](#installation)

```
composer require revolution/laravel-slim --dev
```

### Uninstall

[](#uninstall)

```
composer remove revolution/laravel-slim --dev
```

Once you have run the command you can uninstall this package.

Usage
-----

[](#usage)

### Console project

[](#console-project)

Be sure to run this command only on new projects. A lot of files are deleted.

```
php artisan slim:console
```

Which files will be deleted? See SlimConsoleCommand.php

#### After set up

[](#after-set-up)

You can use the usual artisan commands.

```
php artisan make:command Test
```

#### Re-add config file

[](#re-add-config-file)

```
php artisan config:publish services
```

### Stateless API project (Sanctum API Token Authentication)

[](#stateless-api-project-sanctum-api-token-authentication)

Be sure to run this command only on new projects.

```
php artisan slim:api
```

LICENSE
-------

[](#license)

MIT

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95.2% 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 ~35 days

Recently: every ~97 days

Total

21

Last Release

55d ago

PHP version history (2 changes)1.0.0PHP ^8.2

1.5.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (59 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (2 commits)")[![devin-ai-integration[bot]](https://avatars.githubusercontent.com/in/811515?v=4)](https://github.com/devin-ai-integration[bot] "devin-ai-integration[bot] (1 commits)")

---

Tags

laravelstarter-kitconsolelaravelartisan

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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