2017 © Pedro Peláez
 

library synchronous-socket-client

Super simple synchronous socket stream client

image

monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  • Friday, May 25, 2018
  • by paveljanda
  • Repository
  • 2 Watchers
  • 0 Stars
  • 724 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

monday-factory/synchronous-socket-client

Super simple synchronous socket stream client, (*1)

$options = [
    'connectionTimeout' => 30, // Default value
    'streamTimeout' => 30, // Default value
];

/**
 * @throws MondayFactory\SynchronousSocketClient\Exception\ConnectionException
 */
$connection = MondayFactory\SynchronousSocketClient\Connection::factory('tcp://my.super.server:12345', $options);

$response = $connection->sendMessage('{"method": "ping"}');

echo $response;

$connection->close();

The Versions

25/05 2018

dev-master

9999999-dev https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

25/05 2018

v1.0.7

1.0.7.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

07/09 2017

v1.0.6

1.0.6.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

06/09 2017

v1.0.4

1.0.4.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

04/08 2017

v1.0.3

1.0.3.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

15/07 2017

v1.0.2

1.0.2.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

15/07 2017

v1.0.1

1.0.1.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket

14/07 2017

v1.0.0

1.0.0.0 https://github.com/monday-factory/synchronous-socket-client

Super simple synchronous socket stream client

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

php client stream socket