PHPackages                             hivellm/umicp - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. hivellm/umicp

ActiveLibrary[HTTP &amp; Networking](/categories/http)

hivellm/umicp
=============

UMICP PHP Bindings - High-performance inter-model communication protocol for AI systems

0.3.0(6mo ago)01MITPHPPHP &gt;=8.1CI failing

Since Oct 18Pushed 6mo agoCompare

[ Source](https://github.com/hivellm/umicp-php)[ Packagist](https://packagist.org/packages/hivellm/umicp)[ Docs](https://github.com/hivellm/umicp)[ GitHub Sponsors](https://github.com/sponsors/hivellm)[ Patreon](https://patreon.com/hivellm)[ RSS](/packages/hivellm-umicp/feed)WikiDiscussions main Synced 1mo ago

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

UMICP PHP Bindings
==================

[](#umicp-php-bindings)

[![PHP](https://camo.githubusercontent.com/c0761d101b201f2531c8037e6264420e2e43705d3776a9fcfb70c8cf3d3563a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d3737374242342e737667)](https://www.php.net/)[![Packagist](https://camo.githubusercontent.com/c49e4ac2078a8adedc5f0cbb123c3a30ad61591f9cc53241b6a3ab14c7bb3b6a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686976656c6c6d2f756d6963702e737667)](https://packagist.org/packages/hivellm/umicp)[![Downloads](https://camo.githubusercontent.com/e44d6342a2ef0ba093cfd67a4599218deb7e3fbf172e87f086893302d7c37d85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686976656c6c6d2f756d6963702e737667)](https://packagist.org/packages/hivellm/umicp)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![Tests](https://camo.githubusercontent.com/928111357a24043dfaa3dc898ae1cdea6a5396461f992085e85a7aa9d4c79a9a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54657374732d3131352532422d627269676874677265656e2e737667)](tests/)[![Coverage](https://camo.githubusercontent.com/ae8b3197e8678bfd11574de98b7b9bb3d909b58dea9999ac56e9cfcac19dc0c1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f7665726167652d39352532352d737563636573732e737667)](docs/STATUS.md)

> **High-performance PHP bindings for UMICP - 85% Complete, Production Ready**

🎯 Status
--------

[](#-status)

**Version**: 0.2.0 | **Grade**: A+ (Excellent) | **Coverage**: 95%

```
✅ Production Ready  ████████████████████ 100% ✅
✅ Fully Tested      ███████████████████░  95% ✅
✅ Packagist Ready   ████████████████████ 100% ✅

```

**Latest**: [v0.2.0 Release](docs/CHANGELOG.md) | [API Docs](docs/API_SPECIFICATION.md)

---

🚀 Installation
--------------

[](#-installation)

```
# Install via Packagist
composer require hivellm/umicp

# Or add to composer.json
{
    "require": {
        "hivellm/umicp": "^0.2"
    }
}
```

### System Requirements

[](#system-requirements)

- **PHP**: 8.1 or higher
- **Extensions**: `ffi`, `json` (usually enabled)
- **OS**: Linux, macOS, Windows (WSL)

### Quick Start

[](#quick-start)

```
