sclinternet/scl-socket

Basic socket wrapper class to enable the writing of more testable socket code

Installs: 1 226

Dependents: 3

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 4

Open Issues: 0

pkg:composer/sclinternet/scl-socket

dev-master 2013-10-08 14:49 UTC

This package is not auto-updated.

Last update: 2025-09-27 18:40:49 UTC


README

A simple wrapper for a reading & writing to sockets. The idea is to provide an interface which hides away fsockopen(), fread(), fwrite(), etc. so that code that uses sockets can be tested easily.