PHP Classes

File: vendor/cboden/ratchet/tests/bootstrap.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Chat with Websocket   vendor/cboden/ratchet/tests/bootstrap.php   Download  
File: vendor/cboden/ratchet/tests/bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple PHP Chat with Websocket
Implements a chat system using Websockets
Author: By
Last change:
Date: 2 days ago
Size: 131 bytes
 

Contents

Class file image Download
<?php

    $loader
= require __DIR__ . '/../vendor/autoload.php';
   
$loader->addPsr4('Ratchet\\', __DIR__ . '/helpers/Ratchet');