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

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

got-daijobu/pawl
================

Asynchronous WebSocket client - Fixed for newer versions of react/promise

v0.41.1(1y ago)05MITPHPPHP &gt;=5.4

Since Nov 21Pushed 1y agoCompare

[ Source](https://github.com/gotDaijobu/Pawl)[ Packagist](https://packagist.org/packages/got-daijobu/pawl)[ RSS](/packages/got-daijobu-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

Changes
-------

[](#changes)

This version fixes an issue where React\\Promise\\RejectedPromise is not found as this classes has been moved to React\\Promise\\Internal\\RejectedPromise.

#### 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:

```
