"A" for "Artificial"
A programmer defends PHP as a tool and argues that AI, like any technology, is just a human-made tool to be used appropriately.
A programmer defends PHP as a tool and argues that AI, like any technology, is just a human-made tool to be used appropriately.
A guide showcasing practical applications of the Laravel AI SDK, including a code review bot and data analysis, for integrating AI into Laravel apps.
A developer details optimizing a PHP script to process 11 million database rows in seconds, focusing on SQL query batching and moving logic to PHP.
Explains the upcoming partial function application (PFA) feature in PHP 8.6, detailing its syntax and benefits for writing cleaner code.
A look at PHP's evolution in 2026, focusing on PHP 8.5 features like the pipe operator and the upcoming partial function application.
FrankenPHP 1.11 release introduces hot reload for PHP development, structured logging, and performance improvements.
Introducing the new clamp() function in PHP 8.6 for restricting values to a specified minimum and maximum range.
A developer explains a caching bug that caused an RSS feed to display the wrong content and apologizes for the potential inconvenience.
A tutorial on building a simple Laravel application and deploying it to the Sevalla PaaS platform for easy, serverless hosting.
PHP 8.6 introduces Partial Function Application (PFA), a feature to create concise callables using placeholders for missing arguments.
Explains PHP's nine superglobal variables, their scopes, and how to use them for managing data in web applications.
Overview of new features in PHP 8.5, including the pipe operator, clone with, #[NoDiscard], and closure improvements.
Explores the concept of 'PHP Editions' inspired by Rust, proposing opt-in breaking changes as a way to modernize PHP while maintaining ecosystem stability.
A developer shares their wishlist for future PHP features, including PHP editions for opt-in breaking changes and interface default methods.
PHP 8.5 introduces new, standards-compliant URI and URL classes for consistent parsing, validation, and manipulation.
A tutorial on building a simple MVC framework from scratch using PHP and MySQL to understand the pattern's core concepts.
Practical examples of using PHP 8.5's pipe operator for cleaner code in tasks like data processing and API responses.
Explores the journey and technical details of PHP's compile-time generics RFC, from a blog series to a comprehensive book.
Announcing a new experimental gRPC extension for FrankenPHP, enabling high-performance gRPC servers using PHP, Go, or a mix of both.
Explains the differences between PHP's readonly properties and private(set) asymmetric visibility, discussing their use cases for creating immutable data objects.