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

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

ufee/pawl
=========

Asynchronous WebSocket client

0.4.2(2y ago)022MITPHPPHP &gt;=7.4

Since Oct 30Pushed 2y agoCompare

[ Source](https://github.com/ufee/Pawl)[ Packagist](https://packagist.org/packages/ufee/pawl)[ RSS](/packages/ufee-pawl/feed)WikiDiscussions master Synced 1mo ago

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

Pawl
====

[](#pawl)

[![Autobahn Testsuite](https://camo.githubusercontent.com/9ee59f03c0e8b8f9145a005f06327fb29e18f8b9a841478457b2fdb468ca365f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4175746f6261686e2d70617373696e672d627269676874677265656e2e737667)](http://socketo.me/reports/pawl/index.html)[![CI status](https://github.com/ratchetphp/Pawl/workflows/CI/badge.svg)](https://github.com/ratchetphp/Pawl/actions)

An asynchronous WebSocket client in PHP

#### Install via composer:

[](#install-via-composer)

```
composer require ratchet/pawl

```

#### Usage

[](#usage)

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

```
