Skip to content
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
PHP
Branch: master
Clone or download

Latest commit

nicolas-grekas Merge branch '5.1'
* 5.1:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  [DI] Remove preload primitive types
  [Validator] Add missing translations of nn locale
  [HttpKernel] Fix that the `Store` would not save responses with the X-Content-Digest header present
  [Intl] bump icu 67.1
  [Validator] allow passing a validator to Validation::createCallable()
Latest commit f0e2e13 May 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Exception [HttpFoundation] add InputBag Apr 13, 2020
File Leverage PHP8's get_debug_type() Mar 16, 2020
Session Merge branch '5.0' Apr 18, 2020
Test/Constraint [HttpFoundation] Add types to private/final/internal methods and cons… Sep 8, 2019
Tests Merge branch '5.0' May 4, 2020
.gitattributes add missing gitattributes for phpunit-bridge Mar 27, 2020
.gitignore Added missing files .gitignore Jul 21, 2013
AcceptHeader.php Merge branch '4.4' into 5.0 Mar 18, 2020
AcceptHeaderItem.php add type-hints Aug 11, 2019
BinaryFileResponse.php Merge branch '4.4' into 5.0 Dec 28, 2019
CHANGELOG.md [HttpFoundation] add InputBag Apr 13, 2020
Cookie.php [HttpFoundation] added withers to Cookie class Jan 30, 2020
ExpressionRequestMatcher.php switched array() to [] Jan 16, 2019
FileBag.php Merge branch '4.4' Aug 26, 2019
HeaderBag.php Merge branch '4.4' into 5.0 Mar 16, 2020
HeaderUtils.php [HttpFoundation] fix typo Aug 11, 2019
InputBag.php [HttpFoundation] add InputBag Apr 13, 2020
IpUtils.php Merge branch '4.4' Nov 9, 2019
JsonResponse.php Leverage trigger_deprecation() from symfony/deprecation-contracts Feb 8, 2020
LICENSE Update year in license files Jan 1, 2020
ParameterBag.php Casting getInt to integer Sep 2, 2019
README.md Update links to documentation Jan 4, 2020
RedirectResponse.php Leverage trigger_deprecation() from symfony/deprecation-contracts Feb 8, 2020
Request.php [HttpFoundation][HttpKernel] Add more preload always-needed symbols Apr 30, 2020
RequestMatcher.php add type-hints Aug 11, 2019
RequestMatcherInterface.php [DI] minor docblock fixes Oct 24, 2017
RequestStack.php Fix return statements Aug 13, 2019
Response.php Fix constant accessor Apr 8, 2020
ResponseHeaderBag.php [HttpFoundation] fix perf of ResponseHeaderBag::initDate() May 6, 2020
ServerBag.php Merge branch '4.3' into 4.4 Nov 28, 2019
StreamedResponse.php Leverage trigger_deprecation() from symfony/deprecation-contracts Feb 8, 2020
UrlHelper.php Fix CS regarding nullable arguments Jul 5, 2019
composer.json Merge branch '5.1' May 20, 2020
phpunit.xml.dist Bump phpunit XSD version to 5.2 Nov 11, 2018

README.md

You can’t perform that action at this time.