PHP Package: clue/socket-raw

The PHP library clue/socket-raw provides low-level raw socket support for PHP applications.

Current Version: 1.6.0
Last Updated: 2022-04-14
PHP Requirement: >=7.1
Dependencies: php/php, ext-sockets
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

clue/socket-raw is a PHP library that enables developers to work with raw sockets in a low-level manner. It offers a comprehensive set of functions and classes for interacting with sockets directly, allowing for advanced network programming capabilities.

🔗 View on GitHub

Download Latest Version: 1.6.0

Download Download v1.6.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/clue/socket-raw/1.6.0/autoload.php';

use Clue\SocketRaw\Socket;
use Clue\SocketRaw\SocketException;


$obj = new Clue\SocketRaw\Socket();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.