PHPackages                             superconductor/stdio-transport - 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. superconductor/stdio-transport

ActiveLibrary[Framework](/categories/framework)

superconductor/stdio-transport
==============================

Stdio transport protocol for the Superconductor MCP framework.

20241105.5.0(10mo ago)01002MITPHPPHP ^8.2

Since Jul 14Pushed 10mo agoCompare

[ Source](https://github.com/projectsaturnstudios/superconductor-stdio-transport)[ Packagist](https://packagist.org/packages/superconductor/stdio-transport)[ RSS](/packages/superconductor-stdio-transport/feed)WikiDiscussions main Synced today

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

1. To spin up a client:

```
use Superconductor\Transports\Stdio\DTO\Servers\ProcessCommandConfig;
use Superconductor\Transports\Stdio\Support\Facades\Stdio;
use Superconductor\Capabilities\Tools\DTO\Messages\Requests\ListToolsRequest;

// Define the command to run the MCP server
$mcp_server = [
    "command" => "php",
    "args" => ["artisan","boost:mcp"],
    'env' => [],
];

// Create a ProcessCommandConfig instance
$command = new ProcessCommandConfig(...$mcp_server);

// Start the client by passing in the command configuration
$client = Stdio::client($command)

$request = new ListToolsRequest();
```

2. Spinning up the server instance is more straightforward:

```
use Superconductor\Transports\Stdio\Support\Facades\Stdio;

// Start the server
$server = Stdio::server();
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance55

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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 ~26 days

Total

3

Last Release

303d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10563160?v=4)[Angel Gonzalez](/maintainers/projectsaturnstudios)[@projectsaturnstudios](https://github.com/projectsaturnstudios)

---

Top Contributors

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

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/superconductor-stdio-transport/health.svg)

```
[![Health](https://phpackages.com/badges/superconductor-stdio-transport/health.svg)](https://phpackages.com/packages/superconductor-stdio-transport)
```

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

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

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k420.9k26](/packages/team-reflex-discord-php)[clue/stdio-react

Async, event-driven console input &amp; output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP

20011.0M27](/packages/clue-stdio-react)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)[doppar/framework

The Doppar Framework

4012.4k14](/packages/doppar-framework)

PHPackages © 2026

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