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. [Utility &amp; Helpers](/categories/utility)
4. /
5. smt197/laravel-boost-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

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

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

Since Feb 13Pushed 4mo 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 today

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

35

—

LowBetter than 77% of packages

Maintenance74

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

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

3

Last Release

140d 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

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.1k1](/packages/phpactor-phpactor)

PHPackages © 2026

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