utopia-php / http

Lite & fast micro PHP HTTP framework that is easy to learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W hat if I want to use external Router & Database class

kezenwa opened this issue · comments

Hello

  1. What do I have to do in order to use an external Router class like https://github.com/bramus/router.

Reason is https://github.com/bramus/router has the features I needed + I couldn't find documentation of the router coupled with utopia PHP FrameWork.

  1. Also I don't use Composer, nor do I ever pray to. Could I just copy over the framework and include it ? Checked composer.json and found no external dependency, YET I couldn't find some of the decoupled utopia classes such as the webSocket class inside utopia FrameWork files. Are the decoupled Classes meant to be manually included when needed, or I'm missing something?

  2. How do I modify the HTTP class used by utopia PHP frameWork ?
    I presume it should be inside Request.php file. I want to be able to use https://github.com/stefangabos/Zebra_cURL in addition to what utopia PHP frameWork has got to offer.

My interest in utopia frameWork is that it works using just NGINx without PHP-FPM.