PHP Classes

File: websocket/vendor/composer/autoload_namespaces.php

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   websocket/vendor/composer/autoload_namespaces.php   Download  
File: websocket/vendor/composer/autoload_namespaces.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Boiler Framework
Web application framework that implements MVC
Author: By
Last change:
Date: 9 years ago
Size: 1,075 bytes
 

Contents

Class file image Download
<?php

// autoload_namespaces.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
   
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
   
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
   
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
   
'React\\ZMQ' => array($vendorDir . '/react/zmq/src'),
   
'React\\Stream' => array($vendorDir . '/react/stream'),
   
'React\\Socket' => array($vendorDir . '/react/socket'),
   
'React\\EventLoop' => array($vendorDir . '/react/event-loop'),
   
'Ratchet' => array($vendorDir . '/cboden/ratchet/src'),
   
'MyApp' => array($baseDir . '/src'),
   
'Guzzle\\Stream' => array($vendorDir . '/guzzle/stream'),
   
'Guzzle\\Parser' => array($vendorDir . '/guzzle/parser'),
   
'Guzzle\\Http' => array($vendorDir . '/guzzle/http'),
   
'Guzzle\\Common' => array($vendorDir . '/guzzle/common'),
   
'Evenement' => array($vendorDir . '/evenement/evenement/src'),
);