PHPackages                             phluxor/phluxor-remote - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. phluxor/phluxor-remote

ActiveLibrary[Queues &amp; Workers](/categories/queues)

phluxor/phluxor-remote
======================

remoting library for phluxor / actor model

0.2.0(1y ago)09Apache-2.0PHPPHP ^8.3CI passing

Since Sep 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/ytake/phluxor-remote)[ Packagist](https://packagist.org/packages/phluxor/phluxor-remote)[ GitHub Sponsors](https://github.com/ytake)[ RSS](/packages/phluxor-phluxor-remote/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (6)Used By (0)

Phluxor Remote
==============

[](#phluxor-remote)

About
-----

[](#about)

Phluxor Remoteは、Phluxorアクターシステムを活用したリモートアクターシステムを作成するためのライブラリです。

Phluxor Remote is a library that allows you to create remote actor systems in Phluxor.

It is inspired by the [Proto.Remote](https://proto.actor/docs/remote/).

with Phluxor Remote you can create a remote actor system that can communicate with other actor systems over network.

Phluxor Remote uses [Swoole](https://www.swoole.com/).

Between the two nodes, use the `ProtoBuf` serialization format.
Websocket is used as the transport layer.

Usage
-----

[](#usage)

### Install

[](#install)

```
$ composer require phluxor/phluxor-remote
```

### Node1

[](#node1)

```
