2017 © Pedro Peláez
 

library scl-socket

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

image

sclinternet/scl-socket

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

  • Tuesday, October 8, 2013
  • by tomphp
  • Repository
  • 2 Watchers
  • 3 Stars
  • 441 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

SclSocket

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., (*1)

The Versions

08/10 2013

dev-master

9999999-dev https://github.com/SCLInternet/SCLSocket

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires