Conquering PHP Direct Requests

OK. I have found the frontController.php file and the several public methods that appear to generate the API reports from parsed query strings. As my goal remains to make direct requests with PHP methods, rather than having to use HTTP requests each and every time I produce a report, I would like to know, if this is not a good starting point?

Any cautionary remarks in this regard would be greatly appreciated.

Roddy