PHPackages                             smt197/laravel-boost-sdk - 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. smt197/laravel-boost-sdk

ActiveLibrary

smt197/laravel-boost-sdk
========================

Global SDK to launch the Laravel Boost MCP server from any project.

v1.0.4(3mo ago)03MITPHPPHP ^8.2

Since Feb 13Pushed 3mo agoCompare

[ Source](https://github.com/smt197/laravel-boost-sdk)[ Packagist](https://packagist.org/packages/smt197/laravel-boost-sdk)[ RSS](/packages/smt197-laravel-boost-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Laravel Boost SDK
=================

[](#laravel-boost-sdk)

Le **Laravel Boost SDK** est un lanceur standalone pour le serveur MCP [Laravel Boost](https://github.com/thumanics/laravel-boost). Il permet d'utiliser toute la puissance de Boost (génération de modules, introspection de base de données, exécution de commandes Artisan, etc.) sur n'importe quel projet Laravel sans avoir besoin d'installer le package Boost localement dans chaque projet.

Fonctionnement (Bootstrap Hybride)
----------------------------------

[](#fonctionnement-bootstrap-hybride)

Le SDK utilise un mécanisme de "Bootstrap Hybride" : il embarque lui-même le moteur Boost et "s'attache" dynamiquement au projet Laravel cible en chargeant son environnement, son autoloader et son instance d'application..

Prérequis
---------

[](#prérequis)

- PHP 8.2 ou supérieur
- Un projet Laravel (v10, v11 ou v12)

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

[](#installation)

### Installation Globale (Recommandé)

[](#installation-globale-recommandé)

Pour pouvoir lancer Boost depuis n'importe quel dossier de projet :

```
composer global require thumanics/laravel-boost-sdk
```

### Installation Locale

[](#installation-locale)

```
composer require thumanics/laravel-boost-sdk --dev
```

Utilisation
-----------

[](#utilisation)

Une fois installé, placez-vous à la racine de n'importe quel projet Laravel et lancez :

```
laravel-boost-mcp
```

### Configuration dans un client MCP (ex: Claude Desktop)

[](#configuration-dans-un-client-mcp-ex-claude-desktop)

Ajoutez la configuration suivante dans votre fichier `claude_desktop_config.json` :

```
{
  "mcpServers": {
    "laravel-boost": {
      "command": "php",
      "args": ["/chemin/vers/votre/global/vendor/bin/laravel-boost-mcp"]
    }
  }
}
```

*Note : Remplacez `/chemin/vers/votre/global/vendor/bin/` par le chemin réel de vos binaires Composer globaux.*

Avantages
---------

[](#avantages)

- **Propres** : Ne pollue pas les dépendances de vos projets de production.
- **Universel** : Fonctionne sur tous vos projets locaux (Laragon, Herd, Docker).
- **Centralisé** : Mettez à jour le SDK une seule fois pour tous vos projets.

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance82

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

3

Last Release

93d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f6eb2a0ba3c1e69dad2883074951c3784af43003eb7b405b1bc67c14020a860?d=identicon)[smt197](/maintainers/smt197)

---

Top Contributors

[![smt197](https://avatars.githubusercontent.com/u/105449441?v=4)](https://github.com/smt197 "smt197 (9 commits)")

### Embed Badge

![Health badge](/badges/smt197-laravel-boost-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/smt197-laravel-boost-sdk/health.svg)](https://phpackages.com/packages/smt197-laravel-boost-sdk)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[illuminate/process

The Illuminate Process package.

44699.5k65](/packages/illuminate-process)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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