PHPackages                             marks12/socketserverbundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. marks12/socketserverbundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

marks12/socketserverbundle
==========================

0.3.0(9y ago)194MITPHPPHP &gt;=7.0

Since Nov 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/marks12/socketserverbundle)[ Packagist](https://packagist.org/packages/marks12/socketserverbundle)[ RSS](/packages/marks12-socketserverbundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (3)Versions (19)Used By (0)

SocketServerBundle
==================

[](#socketserverbundle)

Module allow open new multi-user socket server on port 10000 and call your class.

Installation
============

[](#installation)

Install this module via composer

`composer require marks12/socketserverbundle`

Configure
=========

[](#configure)

add to config/config.yml

```
marks12_socket_server:
    class:    'AppBundle\Socket\ResponseFactoryExample'
    address:    '0.0.0.0'
    port:       '10000'

```

Creating class
--------------

[](#creating-class)

create class in your application `AppBundle\Socket\ResponseFactoryExample.php`

```
