Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Runtime Laravel Package

symfony/runtime

Symfony Runtime decouples PHP applications from global state by centralizing bootstrapping and execution in a runtime layer. It enables flexible entry points, better testability, and smoother integration with different environments and frameworks.

View on GitHub
Deep Wiki
Context7
v8.1.0

Changelog (https://github.com/symfony/runtime/compare/v8.1.0-RC1...v8.1.0)

  • bug #64102 Remove usage of Kernel::VERSION (@fabpot)
v8.1.0-RC1

Changelog (https://github.com/symfony/runtime/compare/v8.1.0-BETA3...v8.1.0-RC1)

  • bug #64346 Trust argv on CLI-like SAPIs to fix subprocess args (@nicolas-grekas)
v8.0.13

Changelog (https://github.com/symfony/runtime/compare/v8.0.12...v8.0.13)

  • bug #64346 Trust argv on CLI-like SAPIs to fix subprocess args (@nicolas-grekas)
v7.4.13

Changelog (https://github.com/symfony/runtime/compare/v7.4.12...v7.4.13)

  • bug #64346 Trust argv on CLI-like SAPIs to fix subprocess args (@nicolas-grekas)
v6.4.41

Changelog (https://github.com/symfony/runtime/compare/v6.4.40...v6.4.41)

  • bug #64346 Trust argv on CLI-like SAPIs to fix subprocess args (@nicolas-grekas)
v5.4.53

Changelog (https://github.com/symfony/runtime/compare/v5.4.52...v5.4.53)

  • bug #64346 Trust argv on CLI-like SAPIs to fix subprocess args (@nicolas-grekas)
v8.1.0-BETA3

Changelog (https://github.com/symfony/runtime/compare/v8.1.0-BETA1...v8.1.0-BETA3)

  • security #cve-2026-46626 Fix CVE-2024-50340 patch bypass by gating argv on $_SERVER (@nicolas-grekas)
  • bug #64276 Various fixes and hardenings (@nicolas-grekas)
  • bug #64215 Fix TypeError when resolving untyped arguments (@nicolas-grekas)
v8.0.12

Changelog (https://github.com/symfony/runtime/compare/v8.0.1...v8.0.12)

  • security #cve-2026-46626 Fix CVE-2024-50340 patch bypass by gating argv on $_SERVER (@nicolas-grekas)
v7.4.12

Changelog (https://github.com/symfony/runtime/compare/v7.4.1...v7.4.12)

  • security #cve-2026-46626 Fix CVE-2024-50340 patch bypass by gating argv on $_SERVER (@nicolas-grekas)
v6.4.40

Changelog (https://github.com/symfony/runtime/compare/v6.4.30...v6.4.40)

  • security #cve-2026-46626 Fix CVE-2024-50340 patch bypass by gating argv on $_SERVER (@nicolas-grekas)
v5.4.52

Changelog (https://github.com/symfony/runtime/compare/v5.4.46...v5.4.52)

  • security #cve-2026-46626 Fix CVE-2024-50340 patch bypass by gating argv on $_SERVER (@nicolas-grekas)
v8.1.0-BETA1
v8.0.8
v7.4.8
v8.0.1

Changelog (https://github.com/symfony/runtime/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62661 [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel (@nicolas-grekas)
v7.4.1

Changelog (https://github.com/symfony/runtime/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62661 [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel (@nicolas-grekas)
v7.3.8

Changelog (https://github.com/symfony/runtime/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62661 [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel (@nicolas-grekas)
v6.4.30

Changelog (https://github.com/symfony/runtime/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62661 [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel (@nicolas-grekas)
v7.4.0
v7.4.0-RC1
v8.0.0-BETA2

Changelog (https://github.com/symfony/runtime/compare/v8.0.0-BETA1...v8.0.0-BETA2)

  • feature symfony/symfony#62190 [Runtime] Expose project_dir as APP_PROJECT_DIR env var (@nicolas-grekas)
v7.4.0-BETA2

Changelog (https://github.com/symfony/runtime/compare/v7.4.0-BETA1...v7.4.0-BETA2)

  • feature symfony/symfony#62190 [Runtime] Expose project_dir as APP_PROJECT_DIR env var (@nicolas-grekas)
v8.0.0-BETA1

Changelog (https://github.com/symfony/runtime/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#59974 [Runtime] Make project_dir configurable (@wickedOne)
  • feature symfony/symfony#61592 [Runtime] Expose the runtime class in $_SERVER['APP_RUNTIME'] (@nicolas-grekas)
  • feature symfony/symfony#61522 [Runtime] Support runtime options as a string (@VincentLanglet)
  • feature symfony/symfony#60503 [Runtime] Automatically use FrankenPHP runner when its worker mode is detected (@alexandre-daubois)
  • feature symfony/symfony#60776 [Console][FrameworkBundle] Remove deprecated Application::add() methods (@HypeMC)
  • feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/runtime/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#59974 [Runtime] Make project_dir configurable (@wickedOne)
  • feature symfony/symfony#61592 [Runtime] Expose the runtime class in $_SERVER['APP_RUNTIME'] (@nicolas-grekas)
  • feature symfony/symfony#61522 [Runtime] Support runtime options as a string (@VincentLanglet)
  • feature symfony/symfony#60503 [Runtime] Automatically use FrankenPHP runner when its worker mode is detected (@alexandre-daubois)
  • feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
v7.3.4
v6.4.26
v6.4.24
v7.3.1

Changelog (https://github.com/symfony/runtime/compare/v7.3.0...v7.3.1)

  • bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
  • bug symfony/symfony#60771 [Runtime] fix compatibility with Symfony 7.4 (@xabbuh)
v7.2.8

Changelog (https://github.com/symfony/runtime/compare/v7.2.7...v7.2.8)

  • bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
  • bug symfony/symfony#60771 [Runtime] fix compatibility with Symfony 7.4 (@xabbuh)
v6.4.23

Changelog (https://github.com/symfony/runtime/compare/v6.4.22...v6.4.23)

  • bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
  • bug symfony/symfony#60771 [Runtime] fix compatibility with Symfony 7.4 (@xabbuh)
v7.3.0
v7.2.7
v6.4.22
v7.3.0-RC1
v7.3.0-BETA1

Changelog (https://github.com/symfony/runtime/compare/v7.2.6...v7.3.0-BETA1)

  • feature symfony/symfony#60139 [Runtime] Support extra dot-env files (@natepage)
  • feature symfony/symfony#60076 [Console] Deprecate returning a non-int value from a \Closure function set via Command::setCode() (@yceruto)
v7.2.3
v7.2.0
v7.2.0-BETA2

Changelog (https://github.com/symfony/runtime/compare/v7.2.0-BETA1...v7.2.0-BETA2)

  • security symfony/symfony#cve-2024-50340 [Runtime] Do not read from argv on non-CLI SAPIs (@wouterj)
v7.1.7

Changelog (https://github.com/symfony/runtime/compare/v7.1.6...v7.1.7)

  • security symfony/symfony#cve-2024-50340 [Runtime] Do not read from argv on non-CLI SAPIs (@wouterj)
v6.4.14

Changelog (https://github.com/symfony/runtime/compare/v6.4.13...v6.4.14)

  • security symfony/symfony#cve-2024-50340 [Runtime] Do not read from argv on non-CLI SAPIs (@wouterj)
v5.4.46

Changelog (https://github.com/symfony/runtime/compare/v5.4.45...v5.4.46)

  • security symfony/symfony#cve-2024-50340 [Runtime] Do not read from argv on non-CLI SAPIs (@wouterj)
v7.2.0-BETA1
v7.1.6

Changelog (https://github.com/symfony/runtime/compare/v7.1.5...v7.1.6)

  • bug symfony/symfony#58372 Tweak error/exception handler registration (@nicolas-grekas)
v6.4.13

Changelog (https://github.com/symfony/runtime/compare/v6.4.12...v6.4.13)

  • bug symfony/symfony#58372 Tweak error/exception handler registration (@nicolas-grekas)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope