https://vkcom.github.io/kphp/kphp-language/kphp-vs-php/reachability-compilation.html
Due to reachability, you can organize your PHP project in a way, that part of it would be compiled, and part of it would still work on plain PHP.For example, file uploading can remain PHP-based, where