Download the PHP package rubyqorn/socket without Composer
On this page you can find all versions of the php package rubyqorn/socket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package socket
Socket
This is a layer for client and server socket connections.
PHP extension which have to be installed before to work:
Four actions you have to make:
- Configure your configuration file.
- Create client.php or server.php file
- Call methods
- Run from CLI or extends
Examples of TCP and UNIX sockets:
1) Create configuration file. File can be ONLY with yaml(yml) or json extensions
* TCP socket configuration using YAML
* UNIX socket configuration using YAML
2) Create client and server file handlers.
server.php
client.php
3) Run from CLI
4) Extends from QonsilliumSocket
But when you will instantiate handler class don't forget to set configuration file with socket settings in constructor method
All versions of socket with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-sockets Version *
ext-sockets Version *
The package rubyqorn/socket contains the following files
Loading the files please wait ....