#sidekicks will be the reason for me to finally move my #php applications to #frankenphp - what an amazing feature! Thanks to @nicolasgrekas for showing me on #SymfonyOnline and solving one of my most difficult problems! #symfony

Walkthrough of my Dockerfile, entry point, and compose.yml for running my Laravel 13 app as a docker app:

I mostly used Claude to write the actual Dockerfile, and this post serves as a way for me to understand what it's all doing, and how and why it all fits together, so that I can hopefully better remember it.

https://blog.thms.uk/2026/06/laravel-frankenphp-dockerfile?utm_source=mastodon

To the people who have actual experience with Docker: I'd love your feedback! Is this all OK? Have I missed or misunderstood something? Any glaring omissions?

#Docker #PHP #FrankenPHP #Laravel #SelfHosting

A multi-stage Dockerfile for Laravel and FrankenPHP - blog.thms.uk

A walkthrough of a four-stage Dockerfile that ships a lean Laravel 13 image on FrankenPHP, plus the entrypoint and Compose services to actually run it.

blog.thms.uk
Figured out how to automatically build and update Docker Hardened Images for FrankenPHP https://github.com/kenshodigital/frankenphp #php #FrankenPHP #docker
GitHub - kenshodigital/frankenphp: A minimal FrankenPHP image.

A minimal FrankenPHP image. Contribute to kenshodigital/frankenphp development by creating an account on GitHub.

GitHub

FrankenPHP 1.12.4 is out: a security hardening release.

- Underscore header spoofing blocked at the server layer (bundled Caddy 2.11.4)
- Bundled Mercure 0.24.2 security fixes (SSE injection CWE-93, topic forgery, DoS caps)
- Worker-mode crash and data-race fixes

Every user should upgrade.

https://github.com/php/frankenphp/releases/tag/v1.12.4

#PHP #FrankenPHP #opensource #webdev

Release v1.12.4 · php/frankenphp

FrankenPHP 1.12.4 is a hardening and stability release. It pulls in upstream security fixes from Caddy 2.11.4 and Mercure 0.24.2, closes a class of HTTP header spoofing, and fixes several crashes a...

GitHub
Is there anyone on the fediverse in the #php world who has experience deploying production workloads with #frankenphp? Would love to pick your brain on how the process went.

🚀 Coding at the speed of thought: Symfony DX in 2026!

Forget complex setups and slow cache warmups. At #SymfonyOnline, I'll show how FrankenPHP is redefining Symfony Developer Experience with instant starts, true hot reloading (no more F5 hammering), and background cache refreshes.

Plus, see how it integrates with AI coding agents like Claude Code! 🤖

📅 Friday, June 12 | 4:10 PM CEST
🎟️ Get your tickets here: https://live.symfony.com/2026-online-june/schedule#coding-at-the-speed-of-thought-symfony-dx-in-2026

#PHP #FrankenPHP 🐘🧟⚡️

📢 #APIPlatformCon 2026 speaker reveal! We're thrilled to welcome @beberlei to Lille! Don't miss his deep dive into #FrankenPHP. You'll leave with a much better understanding of the massive performance gains waiting for your first deployment: https://api-platform.com/con/2026/

Laravel + TrueAsync: настоящая конкурентность без Swoole

В 2025 году в PHP отклонили RFC про нативные корутины. Автор не сдался и продолжил работу - так появился TrueAsync, расширение которое добавляет в PHP настоящую асинхронность без изменений в коде приложения. Я решил запустить на этом Laravel. Фреймворк проектировался под FPM-модель и совершенно не готов к тому что один воркер будет обрабатывать тысячи запросов параллельно. Как это починить без клонирования контейнера, почему PDO Pool даёт настоящую конкурентность которой нет в Swoole, и что получилось в бенчмарке против Octane.

https://habr.com/ru/articles/1024762/

#PHP #laravel #async #корутины #frankenphp #pdo #benchmark

Laravel + TrueAsync: настоящая конкурентность без Swoole

Всё началось с отклонённого RFC. В 2025 году в PHP промелькнул RFC про нативные корутины в PHP. Сообщество контрибьютеров-консерваторов посмотрело, покивало, и благополучно его завернуло — как это...

Хабр
Sandboxed Coding Agents, Dev Containers and Hot Reloading with FrankenPHP 😍 💪 #PHP #Symfony #FrankenPHP

RE: https://bsky.app/profile/did:plc:gwh4dbmorcxmllcqcmffrfdi/post/3miebjas3ps2y
Release v1.12.2 · php/frankenphp

This release includes several new features, bug fixes, and performance improvements. It also addresses a critical cache key collision vulnerability in Mercure (GHSA-hwr4-mq23-wcv5). 🚀 Features Add...

GitHub