Best of PHP — April 2024
- 1
- 2
Laravel News·2y
Property Hooks Get Closer to Becoming a Reality in PHP 8.4
Property Hooks in PHP 8.4 have reached a significant milestone with overwhelming support. Property hooks provide a targeted and purpose-built tool for common property interactions, inspired by languages like Kotlin, C#, and Swift.
- 3
The New Stack·2y
Why PHP Usage Has Declined by 40% in Just Over 2 Years
PHP usage has declined by 40% in just over 2 years, with WordPress moving away from PHP and into JavaScript being a major reason for the decline. The PHP Foundation has been formed to address PHP's public image and continue active development.
- 4
- 5
- 6
- 7
- 8
- 9
Community Picks·2y
TransformersPHP
TransformersPHP is a toolkit for PHP developers to easily add machine learning capabilities to their projects by using pre-trained models. It utilizes the ONNX Runtime to run these models locally on the server. The project was inspired by the Xenova/transformers project for JavaScript.
- 10
Medium·2y
Enhancing Deployment Workflow: A Step-by-Step Guide to Dockerizing Laravel
Learn how to Dockerize and optimize a Laravel project for a production environment using PHP-FPM, Nginx, Redis, and MySQL. Dockerizing your Laravel project offers a streamlined approach to deployment, simplifying the process and ensuring consistency across environments.
- 11