reactphp/socket-client

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
composer.json
phpunit.xml.dist
examples/01-http.php18
examples/02-https.php18
examples/03-netcat.php34
examples/04-web.php35
src/ConnectionInterface.php8
src/Connector.php91
B
5 hrs
src/ConnectorInterface.php6
src/DnsConnector.php78
A
1 hr
src/SecureConnector.php46
A
1 hr
src/StreamConnection.php27
src/StreamEncryption.php86
src/TcpConnector.php96
A
3 hrs
src/TimeoutConnector.php21
src/UnixConnector.php28