PHPackages                             muxi/muxi-php - 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. [API Development](/categories/api)
4. /
5. muxi/muxi-php

ActiveLibrary[API Development](/categories/api)

muxi/muxi-php
=============

MUXI PHP SDK - Manage AI agent formations and interact with their runtime APIs

v0.20260324.0(1mo ago)10[3 PRs](https://github.com/muxi-ai/muxi-php/pulls)MITPHPPHP &gt;=8.2CI passing

Since Feb 11Pushed 1mo agoCompare

[ Source](https://github.com/muxi-ai/muxi-php)[ Packagist](https://packagist.org/packages/muxi/muxi-php)[ Docs](https://github.com/muxi-ai/muxi-php)[ RSS](/packages/muxi-muxi-php/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (9)Versions (10)Used By (0)

MUXI PHP SDK
============

[](#muxi-php-sdk)

Official PHP SDK for [MUXI](https://muxi.org) — infrastructure for AI agents.

**Highlights**

- Pure PHP with curl (no external dependencies)
- Built-in retries, idempotency, and typed errors
- Streaming helpers for chat/audio and deploy/log tails

> Need deeper usage notes? See the [User Guide](https://github.com/muxi-ai/muxi-php/blob/main/USER_GUIDE.md) for streaming, retries, and auth details.

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

[](#requirements)

- PHP 8.2+
- ext-curl
- ext-json
- ext-openssl

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

[](#installation)

```
composer require muxi/muxi-php
```

Quick Start
-----------

[](#quick-start)

### Server Management (Control Plane)

[](#server-management-control-plane)

```
