Description
Hello,
Thank you for your work on this - it was a great inspiration for a project of mine (PHPFastCGI) that I've had much enjoyment and success with.
My suggestion is for you to provide a bundle integration for your project to the Symfony framework. You can use the container to retrieve the kernel as a service (for handling requests) and you can insert console commands directly into the application.
I can see that this set up allows you to bootstrap Symfony and Laravel - and my suggestion would only work for Symfony, but the ease of installation makes it a very appealing option. Getting going is as simple as composer requiring a bundle, adding it to the kernel, and away you go - a process Symfony users are very familiar with.
I've already done this with PHPFastCGI: Speedfony Bundle so this may be a useful reference for you.
Anyway, keep up the good work - and I won't be offended if you close this for not being a route that you want to go down :)