hoaproject / Websocket

The Hoa\Websocket library.
https://hoa-project.net/
422 stars 75 forks source link

class not found #75

Closed viratayya closed 8 years ago

viratayya commented 8 years ago

i am following the same thing but still i am geting like this

error:PHP Fatal error: Class 'Hoa\Websocket\Server' not found and even i checked in vendor ther is hoa folder present

Hywan commented 8 years ago

Hello 😃,

First, thanks for using Hoa! Second, did you install Hoa\Websocket with Composer? If yes, did you include the vendor/autoload.php file? You may find this documentation useful https://hoa-project.net/Source.html#Dependency_manager_(Composer).

Hywan commented 8 years ago

I am closing this issue but feel free to re-open it if you are still experiencing a problem.