13 Commits

Author SHA1 Message Date
ece0147b3a Fix MongoHydrator BSON handling 2026-04-12 01:57:12 +03:00
d133898383 Enable PHP DI attributes 2026-04-12 01:50:07 +03:00
9f8c2b1959 Fix missing nbf 2026-04-12 01:40:54 +03:00
404e2089eb Remove deprecated method 2026-04-12 01:24:19 +03:00
58c9b298db Register Logger 2026-04-06 20:38:57 +03:00
72415949e3 Register Config and Environment 2026-04-06 20:30:34 +03:00
5e68f7dd64 Complete task 2026-04-06 18:47:38 +03:00
4857be3d41 Update knowledge base 2026-04-06 18:47:11 +03:00
2bbbdc0262 Autoload routes & services 2026-04-06 16:00:19 +03:00
ce5a85628c Add runtime exception on missing CORS config 2026-04-06 15:56:10 +03:00
ab89913ebf Add knowledge base 2026-04-06 15:43:45 +03:00
df1d2a58bf Replace ServerStartCommand with WorkerRunner
FrankenPHP workers are PHP files started by the frankenphp binary, not console commands.
Extract the frankenphp_handle_request() loop into Http\WorkerRunner so apps can use it
directly from worker.php. Remove src/Command/ as it's no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 16:22:02 +03:00
98a4094c5e Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 02:40:42 +03:00