PhpGt / WebEngine

Minimalistic, ergonomic PHP toolkit.
https://www.php.gt/webengine
MIT License
26 stars 6 forks source link

Refactor ServiceLoader instantiation for use outside of web context #639

Open g105b opened 1 year ago

g105b commented 1 year ago

The go/do functions are super useful, and it would be really good to be able to use them outside of the web context, like in cron scripts.

To have a cron script at cron/processThings.php and to simply have a function go(LoadedClass $thing):void { ... } would be SO USEFUL!

There are other use cases other than cron, such as how APIs will work after getting the routing functionality updated.