samson/protocol

Various implementations of TCP protocols

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 14

Forks: 0

Open Issues: 0

pkg:composer/samson/protocol

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

This package is auto-updated.

Last update: 2025-09-20 22:41:41 UTC


README

Usage example

<?php

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