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

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

nealis/pawl
===========

Asynchronous WebSocket client

v0.2.3(9y ago)058MITPHPPHP &gt;=5.4

Since Sep 5Pushed 8y ago1 watchersCompare

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

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

\#Pawl

[![Autobahn Testsuite](https://camo.githubusercontent.com/9ee59f03c0e8b8f9145a005f06327fb29e18f8b9a841478457b2fdb468ca365f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4175746f6261686e2d70617373696e672d627269676874677265656e2e737667)](http://socketo.me/reports/pawl/index.html)

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:

```
