Running Laravel Apps With FrankenPHP (Laracon EU)
Here’s the talk I gave at Laracon EU 2023: And here are the slides: The post Running Laravel Apps With FrankenPHP (Laracon EU) first appeared on Kévin Dunglas.
View ArticleFront-end application development, Symfony-style(s)
Slides of my talk at SymfonyLive Paris 2024. We recently introduced the AssetMapper component and Symfony UX to make the most of the web platform and reduce the amount of JavaScript code to the...
View ArticleContainerization Tips and Tricks for PHP apps
API Platform was one of the first PHP frameworks to provide native support for Docker, Docker Compose, Kubernetes, and, more recently, Skaffold. The API Platform skeleton also served as the basis for...
View ArticleAPI Platform for Laravel
API Platform 4 was released today during the API Platform conference. It now officially supports Laravel! Let’s get started: Check out our brand new “getting started” guide for Laravel.The post API...
View ArticleHow to debug Xdebug… or any other weird bug in PHP
My slides from AFUP’s ForumPHP 2024 What to do when the debugger has a bug? That’s the question I had to answer when my GitHub notifications went haywire because a new version of Xdebug was crashing...
View ArticleFrankenPHP 1.3: Massive Performance Improvements, Watcher Mode, Dedicated...
I’m thrilled to announce the immediate availability of FrankenPHP 1.3, just in time for SyliusCon, where I’ll be presenting this new version this afternoon. First of all, I’d like to thank all the...
View ArticleHTTP compression in PHP (new Symfony AssetMapper feature)
Compressing HTTP responses can significantly improve the performance of your PHP and Symfony applications. But you must still navigate the jungle of standards and formats. In this presentation, we’ll...
View ArticleDevelop Faster With FrankenPHP
One of Symfony’s strengths is its caching mechanism (the files stored in “var/cache”), which enables framework components such as the dependency injection container and the router, as well as numerous...
View ArticleFrankenPHP Is Now Officially Supported by The PHP Foundation
FrankenPHP, a modern high-performance PHP application server created by Kévin Dunglas and sponsored by Les-Tilleuls.coop, is now officially supported by the PHP Foundation. FrankenPHP integrates PHP...
View ArticleFrankenPHP’s New Features: Thread Autoscaling, Mostly Static Binaries, deb...
FrankenPHP 1.5 and 1.6 (released today) contain many major features and fixes that greatly improve the usability and performance of the project! Let’s review some of them. Thread Autoscaling Until now,...
View Article