PHPackages                             clidestrife/pawl - 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. clidestrife/pawl

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

clidestrife/pawl
================

Asynchronous WebSocket client

1.0.0(1y ago)011MITPHPPHP &gt;=7.2

Since Feb 13Pushed 1y agoCompare

[ Source](https://github.com/ClideStrife/Pawl)[ Packagist](https://packagist.org/packages/clidestrife/pawl)[ RSS](/packages/clidestrife-pawl/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Pawl
====

[](#pawl)

fork of ratchet/pawl to handle php 8.4

An asynchronous WebSocket client in PHP

#### Install via composer:

[](#install-via-composer)

```
composer require clidestrife/pawl

```

#### Usage

[](#usage)

Pawl as a standalone app: Connect to an echo server, send a message, display output, close connection:

```
