Webix Remote and Slim 3

Is anyone using Slim 3 by chance as their backend framework? I’m trying to figure out how to pass a class/method via Slim 3 in order to use Webix Remote, but not having any luck.

Any help would be appreciated.

There must not be any Slim specific.

Webix Remote consumes raw PHP classes, so it doesn’t matter which framework you are using. Just create class instances and feed them to the setClass method

$api->setClass("data", new DataDao());

Laravel or Slim 3 or framework better hedge? to start working?Thanks in advance