Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Exciting times are ahead, let's take a look at modern day PHP!
My main projects are already being prepared to run on PHP 8.1 in production, which I must admit I'm very excited about.
And, of course, https://stitcher.io/blog/php-81-readonly-properties: class PostData { public function __construct( public readonly string $title, public readonly PostState $state, public readonly DateTimeImmutable $publishedAt, ) {}}
Awesome new syntax, stability for core development thanks to the PHP Foundation, static analysis is growing stronger and better, and lots of interesting developments across the community.