|
|
|
|
|
by muglug
2129 days ago
|
|
There's been one big change in the last 5 years – the adoption of type-inferring PHP static analysis tools in CI. As companies started adopting TypeScript/Flow into their Javascript pipeline, PHP developers realised the need for something similar in their ecosystem. I work at Vimeo (which has a lot of business logic in PHP) and I took it upon myself to write a static analysis tool (which you can play with at https://psalm.dev). Other similar static analysis tools were developed at other places that use PHP, and together they have helped make modern-day PHP development a little more orderly. |
|
I'm curious if you guys use PHP at all for any real time workloads. Thats where I've always had struggles with PHP.
Also, have you found the event dispatch system of the modern PHP frameworks to be slower over time?