I just started to do a small project with PHP 8. (Nothing professional, just wanted to reinvent some wheels and play with some language features.)
But currently I'm more or less without tool support. Until now I used VSCode with the Intelephense extension. But with PHP 8 it makes more trouble, as it marks positional arguments as wrong syntax, and stuff.

Which tools can you recommend for PHP 8?
I'm not only looking for editor extensions (or even new editors), but also for stuff like code analysis. (Until now I used phpcs and phpstan most of the time; but maybe there are some new/better alternatives?)

I'm currently developing on a windows machine (with installed php 7.4 and 8), but the code is running in a docker environment.

    [Mod: Spam reply removed.]
    issue got solvedd

      Write a Reply...