2017 © Pedro Peláez
 

yii2-extension yii2-websocket

simple php websocket server with examples and demo: simple chat (single daemon) - http://sharoid.ru/chat.html , pro chat (master + worker) - http://sharoid.ru/chat2.html , simple game - http://sharoid.ru/game.html

image

morozovsk/yii2-websocket

simple php websocket server with examples and demo: simple chat (single daemon) - http://sharoid.ru/chat.html , pro chat (master + worker) - http://sharoid.ru/chat2.html , simple game - http://sharoid.ru/game.html

  • Tuesday, June 7, 2016
  • by morozovsk
  • Repository
  • 16 Watchers
  • 86 Stars
  • 4,657 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 1 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

"composer require morozovsk/yii2-websocket", (*1)

Configuration:, (*2)

In order to enable this command you should adjust the configuration of your console application:, (*3)

return [ // ..., (*4)

'components' => [
    'websocket' => [
        'class' => 'morozovsk\yii2websocket\Connection',
        'servers' => [
            'chat3' => [
                'class' => 'morozovsk\websocket\examples\chat3\Chat3WebsocketDaemonHandler',
                'pid' => '/tmp/websocket_chat.pid',
                'websocket' => 'tcp://127.0.0.1:8004',
                'localsocket' => 'tcp://127.0.0.1:8010',
                //'master' => 'tcp://127.0.0.1:8020',
                //'eventDriver' => 'event'
            ]
        ],
    ],
],

// ...
'controllerMap' => [
    'websocket' => 'morozovsk\yii2websocket\console\controllers\WebsocketController'
],

];, (*5)

Run from console: * start: "./yii websocket/start chat3" or "nohup ./yii websocket/start chat3 &" * stop: "./yii websocket/stop" * restart: "./yii websocket/restart chat3" or "nohup ./yii websocket/restart chat3 &", (*6)

License

(The MIT License), (*7)

Copyright (c) 2015 Vladimir Goncharov, (*8)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*9)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*10)

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*11)

The Versions

07/06 2016

dev-master

9999999-dev http://sharoid.ru/game.html

simple php websocket server with examples and demo: simple chat (single daemon) - http://sharoid.ru/chat.html , pro chat (master + worker) - http://sharoid.ru/chat2.html , simple game - http://sharoid.ru/game.html

  Sources   Download

MIT

The Requires

 

laravel demo server yii event game websocket libevent chat examle socket_select

07/06 2016

1.0.1

1.0.1.0 http://sharoid.ru/game.html

simple php websocket server with examples and demo: simple chat (single daemon) - http://sharoid.ru/chat.html , pro chat (master + worker) - http://sharoid.ru/chat2.html , simple game - http://sharoid.ru/game.html

  Sources   Download

MIT

The Requires

 

laravel demo server yii event game websocket libevent chat examle socket_select

05/09 2015

1.0.0

1.0.0.0 http://sharoid.ru/game.html

simple php websocket server with examples and demo: simple chat (single daemon) - http://sharoid.ru/chat.html , pro chat (master + worker) - http://sharoid.ru/chat2.html , simple game - http://sharoid.ru/game.html

  Sources   Download

MIT

The Requires

 

laravel demo server yii event game websocket libevent chat examle socket_select