PHPackages                             sanchescom/laravel-phpsocket.io - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sanchescom/laravel-phpsocket.io

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sanchescom/laravel-phpsocket.io
===============================

Laravel phpsocket.io

0.1.7(7y ago)101074MITPHPPHP ^7.2

Since Mar 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sanchescom/laravel-phpsocket.io)[ Packagist](https://packagist.org/packages/sanchescom/laravel-phpsocket.io)[ RSS](/packages/sanchescom-laravel-phpsocketio/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (6)Versions (14)Used By (0)

[![Build Status](https://camo.githubusercontent.com/2f2414fd555c0235d6a1c01c1591c1d0efaeced964a1026dce823fce640ceef8/68747470733a2f2f7472617669732d63692e6f72672f73616e63686573636f6d2f6c61726176656c2d706870736f636b65742e696f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sanchescom/laravel-phpsocket.io)[![codecov](https://camo.githubusercontent.com/ea23d1ba55eb5ac7059fbf243972cacce75fbf68a4890332cb246adea5e16320/68747470733a2f2f636f6465636f762e696f2f67682f73616e63686573636f6d2f6c61726176656c2d706870736f636b65742e696f2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/sanchescom/laravel-phpsocket.io)[![Maintainability](https://camo.githubusercontent.com/a0ca1c0b4c74b550ec0f83ca716f51f6ff10f688399db4bf6bd8cecc27a55029/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38353233383437333032353937353464343030382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/sanchescom/laravel-phpsocket.io/maintainability)[![StyleCI](https://camo.githubusercontent.com/4d1d078008f44f193b849ffbe9ef91452542f2909e24fa24d1a7c591f44d3161/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3137353235373634382f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/175257648)[![Quality Score](https://camo.githubusercontent.com/00f8f42a9e7dff9e30141c57727f40d174ed297ca52f4061cdd35f334afe4638/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73616e63686573636f6d2f6c61726176656c2d706870736f636b65742e696f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sanchescom/laravel-phpsocket.io)

Laravel with phpsocket.io
=========================

[](#laravel-with-phpsocketio)

This is Laravel package for phpsocket.io which is a server side alternative implementation of socket.io in PHP based on Workerman.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

[](#installing)

Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```
$ composer require sanchescom/laravel-phpsocket.io
```

Create `SocketServiceProvider.php` in `app/Providers`

```
