sclinternet / scl-socket
Basic socket wrapper class to enable the writing of more testable socket code
Installs: 1 036
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 4
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- phpmd/phpmd: 1.4.0
- squizlabs/php_codesniffer: 1.*
This package is not auto-updated.
Last update: 2023-11-25 09:53:05 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.