PHP 8.4 is coming: property hooks and asymmetric visibility
Property hooks and asymmetric visibility in PHP 8.4, and how these additions will change the way we model classes.
Tag
Building applications with PHP: language features, versions and practices. (Page 3/8)
There are 48 posts with this tag.
Property hooks and asymmetric visibility in PHP 8.4, and how these additions will change the way we model classes.
A reflection on how moving between PHP, Go, Python, and TypeScript within a single year shaped the way I think about software.
Typed class constants, json_validate, #[Override], and dynamic constant access in PHP 8.3 — the language's steady steps toward consistency.
Using RabbitMQ with PHP: creating a message queue, publishing messages, and consuming them.
How to set up asynchronous job queues in Laravel using the database driver, and keep workers running reliably in production with Supervisor.
Design patterns are a tool, not a goal. When to use which pattern in PHP, and when they create unnecessary complexity.