PHP Package: chrome-php/wrench

A PHP library for WebSocket implementation, providing real-time bidirectional event-based communication between clients and servers.

Current Version: 1.7.0
Last Updated: 2024-11-06
PHP Requirement: ^7.4.15 || ^8.0.2
Dependencies:
chrome-php/wrench-base
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.7.1

Clock Coming soon

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.