Skip to content

Instantly share code, notes, and snippets.

View DennisDeSwart's full-sized avatar

Dennis de Swart DennisDeSwart

View GitHub Profile
@DennisDeSwart
DennisDeSwart / WebSocketController.php
Created August 29, 2019 15:46 — forked from Mevrael/WebSocketController.php
Laravel + WebSocket (Ratchet/ReactPHP) integration
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Cookie;
use Illuminate\Support\Facades\Mail;
use Illuminate\Support\Facades\Session;
use Ratchet\WebSocket\Version\RFC6455\Connection;