2017 © Pedro Peláez
 

library protocol

Various implementations of TCP protocols

image

samson/protocol

Various implementations of TCP protocols

  • Wednesday, April 11, 2012
  • by SamsonIT
  • Repository
  • 14 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Usage example, (*1)

<?php

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

The Versions

11/04 2012

dev-master

9999999-dev https://github.com/SamsonIT/Protocol

Various implementations of TCP protocols

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

http tcp