samson/protocol

Various implementations of TCP protocols

Maintainers

Package info

github.com/SamsonIT/Protocol

pkg:composer/samson/protocol

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2012-04-11 21:32 UTC

This package is auto-updated.

Last update: 2026-02-20 23:30:56 UTC


README

Usage example

<?php

$http = new HTTP();
$http->setTimeout(5000);
$response = $http->request('http://www.google.com');