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

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

ratchet/pawl
============

Asynchronous WebSocket client

v0.4.3(1y ago)6148.9M—3%98[23 issues](https://github.com/ratchetphp/Pawl/issues)[3 PRs](https://github.com/ratchetphp/Pawl/pulls)20MITPHPPHP &gt;=7.4CI passing

Since Sep 5Pushed 1y ago36 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (18)Used By (20)

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:

```
