nexus-actors / nexus
Nexus — A production-grade actor system for PHP 8.5+. Meta-package.
v0.1.0
2026-07-21 18:21 UTC
Requires
- php: >=8.5.7
- nexus-actors/core: ^0.1
- nexus-actors/runtime: ^0.1
- nexus-actors/runtime-fiber: ^0.1
- nexus-actors/serialization: ^0.1
README
Nexus — A production-grade actor system for PHP 8.5+. Meta-package.
Read-only subtree split of nexus-actors/nexus. Report issues and send pull requests to the monorepo — this repository only receives automated pushes and release tags.
Installation
composer require nexus-actors/nexus
Installs the core set in one step: nexus-actors/core, runtime, runtime-fiber,
and serialization. For a full project scaffold use
composer create-project nexus-actors/skeleton my-app instead.
Documentation
- Package documentation
- nexusactors.com — project overview, quickstart, stability matrix
License
MIT