PHPackages                             loner/stream-stateless - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. loner/stream-stateless

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

loner/stream-stateless
======================

无连接状态的流服务组件，用于构建无连接状态的流服务端及客户端

v1.0.0(4y ago)03MITPHPPHP ^8.1

Since Apr 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/shen-da/stream-stateless)[ Packagist](https://packagist.org/packages/loner/stream-stateless)[ RSS](/packages/loner-stream-stateless/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

无连接状态的流服务组件
-----------

[](#无连接状态的流服务组件)

用于构建无连接状态（基于 UDP 协议）的流服务端及客户端

### 运行依赖

[](#运行依赖)

- php: ^8.1
- [loner/stream](https://github.com/shen-da/stream): ^1.0

### 安装

[](#安装)

```
composer require loner/stream-stateless

```

### 快速入门

[](#快速入门)

- UDP 服务端

    ```
    #!/usr/bin/env php
