PHP Package: chrome-php/wrench
A PHP library for WebSocket implementation, providing real-time bidirectional event-based communication between clients and servers.
Package Description
Wrench is a powerful PHP library designed for seamless WebSocket integration, enabling efficient and interactive communication within web applications. With Wrench, developers can create robust real-time features, such as chat systems, notifications, and live updates, enhancing user experience and engagement. This library offers a reliable solution for implementing WebSockets, ensuring smooth data exchange and dynamic content delivery.
Download Latest Version: 1.7.1

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/chrome-php/wrench/1.7.1/loader.php';
require_once 'libs/chrome-php/wrench-base/{lib_version}/loader.php';
use Wrench\Server;
use Wrench\Connection;
$obj = new Server();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.