PHP 7 compatibility through Symfony Polyfill, not transpiling
In the JavaScript realm it's become a common practise to transpile code. This means that you write your code in the latest & greatest syntax and translate that to something that is widely supported.
That's how JS developers are deploying ES 2015 to production today, even though complete browser or server implementations don't exist.