PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   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: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 131 bytes
 

Contents

Class file image Download
<?php

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