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

Http Foundation Laravel Package

symfony/http-foundation

Symfony HttpFoundation provides an object-oriented API for HTTP: requests, responses, headers, cookies, sessions, and file uploads. It normalizes PHP’s globals into consistent objects, making it easier to build and test web applications and middleware.

View on GitHub
Deep Wiki
Context7
v8.1.1

Changelog (https://github.com/symfony/http-foundation/compare/v8.1.0...v8.1.1)

  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • bug #64588 Migrate table definitions to DBAL's TableEditor API (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64468 Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS (@derflocki)
v8.0.14

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.13...v8.0.14)

  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • bug #64588 Migrate table definitions to DBAL's TableEditor API (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64468 Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS (@derflocki)
  • bug #64389 Migrate configureSchema() to DBAL's editor API (@nicolas-grekas)
v7.4.14

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.13...v7.4.14)

  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • bug #64588 Migrate table definitions to DBAL's TableEditor API (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64468 Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS (@derflocki)
  • bug #64389 Migrate configureSchema() to DBAL's editor API (@nicolas-grekas)
v6.4.42

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.41...v6.4.42)

  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64468 Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS (@derflocki)
v8.1.0

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

  • bug #64389 Migrate configureSchema() to DBAL's editor API (@nicolas-grekas)
v8.1.0-RC1

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

  • security #cve-2026-48736 Block IPv6 transition forms in IpUtils::PRIVATE_SUBNETS (@nicolas-grekas)
v8.0.13

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.7...v8.0.13)

  • security #cve-2026-48736 Block IPv6 transition forms in IpUtils::PRIVATE_SUBNETS (@nicolas-grekas)
v7.4.13

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.7...v7.4.13)

  • security #cve-2026-48736 Block IPv6 transition forms in IpUtils::PRIVATE_SUBNETS (@nicolas-grekas)
v6.4.41

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.35...v6.4.41)

  • security #cve-2026-48736 Block IPv6 transition forms in IpUtils::PRIVATE_SUBNETS (@nicolas-grekas)
v8.1.0-BETA3
v8.1.0-BETA1

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.13...v8.1.0-BETA1)

  • security #cve-2026-48736 Block IPv6 transition forms in IpUtils::PRIVATE_SUBNETS (@nicolas-grekas)
  • feature #60008 Add SessionHasFlashMessage test constraint (@Pierstoval)
  • feature #63585 Deprecate erase_credentials config, container parameter and AuthenticatorManager constructor argument (@guillaumeVDP)
  • feature #63541 Deprecate setting public properties of Request and Response objects directly (@nicolas-grekas)
  • feature #63373 Add BinaryFileResponse::shouldDeleteFileAfterSend() (@lacatoire)
v8.0.8
v7.4.8
v8.0.7

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.6...v8.0.7)

  • bug #63603 Fix session cookie_lifetime not applied in mock session storage (@nicolas-grekas)
v7.4.7

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.6...v7.4.7)

  • bug #63603 Fix session cookie_lifetime not applied in mock session storage (@nicolas-grekas)
v6.4.35

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.34...v6.4.35)

  • bug #63603 Fix session cookie_lifetime not applied in mock session storage (@nicolas-grekas)
v8.0.6

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.5...v8.0.6)

  • bug #63448 Handle empty session data in updateTimestamp() to fix compat with PHP 8.6 (@nicolas-grekas)
  • bug #63319 BinaryFileResponse: always return 206 if Range is valid (@Jimbolino)
  • bug #63262 Reject invalid paths (@nicolas-grekas)
  • bug #54304 When calling UploadedFile::getErrorMessage() to a file which has no error and is uploaded successfully, it should not return an error (@ArmCyber)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v7.4.6

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.5...v7.4.6)

  • bug #63448 Handle empty session data in updateTimestamp() to fix compat with PHP 8.6 (@nicolas-grekas)
  • bug #63319 BinaryFileResponse: always return 206 if Range is valid (@Jimbolino)
  • bug #63262 Reject invalid paths (@nicolas-grekas)
  • bug #54304 When calling UploadedFile::getErrorMessage() to a file which has no error and is uploaded successfully, it should not return an error (@ArmCyber)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v6.4.34

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.33...v6.4.34)

  • bug #63448 Handle empty session data in updateTimestamp() to fix compat with PHP 8.6 (@nicolas-grekas)
  • bug #63319 BinaryFileResponse: always return 206 if Range is valid (@Jimbolino)
  • bug #63262 Reject invalid paths (@nicolas-grekas)
  • bug #54304 When calling UploadedFile::getErrorMessage() to a file which has no error and is uploaded successfully, it should not return an error (@ArmCyber)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v8.0.5

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.4...v8.0.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v7.4.5

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.4...v7.4.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v7.3.11

Changelog (https://github.com/symfony/http-foundation/compare/v7.3.10...v7.3.11)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v6.4.33

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.32...v6.4.33)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v8.0.4

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.3...v8.0.4)

  • bug #63012 Fix double-prefixing of session keys when using redis/memcached (@nicolas-grekas)
v7.4.4

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.3...v7.4.4)

  • bug #63012 Fix double-prefixing of session keys when using redis/memcached (@nicolas-grekas)
v7.3.10

Changelog (https://github.com/symfony/http-foundation/compare/v7.3.9...v7.3.10)

  • bug #63012 Fix double-prefixing of session keys when using redis/memcached (@nicolas-grekas)
v6.4.32

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.31...v6.4.32)

  • bug #63012 Fix double-prefixing of session keys when using redis/memcached (@nicolas-grekas)
v8.0.3

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v7.4.3

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v7.3.9

Changelog (https://github.com/symfony/http-foundation/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v6.4.31

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v8.0.1

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62663 [HttpFoundation] Improve logic in Request::createFromGlobals() (@nicolas-grekas)
  • bug symfony/symfony#62502 [HttpFoundation] Fix Expires response header for EventStream (@4513)
v7.4.1

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62663 [HttpFoundation] Improve logic in Request::createFromGlobals() (@nicolas-grekas)
v7.3.8

Changelog (https://github.com/symfony/http-foundation/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62502 [HttpFoundation] Fix Expires response header for EventStream (@4513)
  • bug symfony/symfony#62287 [HttpFoundation] Fix AcceptHeader overwrites items with different parameters (@yoeunes)
v6.4.30

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62287 [HttpFoundation] Fix AcceptHeader overwrites items with different parameters (@yoeunes)
v8.0.0-RC1

Changelog (https://github.com/symfony/http-foundation/compare/v8.0.0-BETA2...v8.0.0-RC1)

  • bug symfony/symfony#62287 [HttpFoundation] Fix AcceptHeader overwrites items with different parameters (@yoeunes)
  • bug symfony/symfony#62324 [HttpFoundation] Fix parsing hosts and schemes in URLs (@nicolas-grekas)
v7.4.0-RC1

Changelog (https://github.com/symfony/http-foundation/compare/v7.4.0-BETA2...v7.4.0-RC1)

  • bug symfony/symfony#62287 [HttpFoundation] Fix AcceptHeader overwrites items with different parameters (@yoeunes)
  • bug symfony/symfony#62324 [HttpFoundation] Fix parsing hosts and schemes in URLs (@nicolas-grekas)
v7.3.7
v5.4.50

Changelog (https://github.com/symfony/http-foundation/compare/v5.4.49...v5.4.50)

  • security symfony/symfony#cve-2025-64500 [HttpFoundation] Fix parsing pathinfo with no leading slash (@nicolas-grekas)
v7.3.6

Changelog (https://github.com/symfony/http-foundation/compare/v7.3.5...v7.3.6)

  • bug symfony/symfony#62324 [HttpFoundation] Fix parsing hosts and schemes in URLs (@nicolas-grekas)
  • bug symfony/symfony#62246 [HttpFoundation] Allow Request::setFormat() to override predefined formats (@longwave)
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.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony