Good afternoon, I will start by saying that I never included a composer's project in my projects, unless it was a composer package for the Laravel framework. Where you “require” it and add it to an array of providers and aliases, if necessary.
Now the problem. I have a composer package that I'm trying to play with https://github.com/WHAnonymous/Chat-API , the problem is that I don’t know how to include it in myu project, since it’s not actually done "for" laravel. Therefore, I am trying to use simple php without a framework, but I have no idea how to “download” the package, I tried Google search and only found information about creating the package.
To clarify: I can install the package in order, its php-part of the “download” package in my index.php file, which I am trying to deal with, is pretending that the index.php file is empty.
Can anyone help me out?
source share