sclinternet / scl-socket
Basic socket wrapper class to enable the writing of more testable socket code
dev-master
2013-10-08 14:49 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpmd/phpmd: 1.4.0
- squizlabs/php_codesniffer: 1.*
This package is not auto-updated.
Last update: 2022-05-14 02:48:26 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.