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

Browser Kit Laravel Package

symfony/browser-kit

Symfony BrowserKit simulates a web browser in PHP for testing and automation. Make requests, follow links, and submit forms programmatically, with a built-in implementation that uses Symfony HttpClient to perform real HTTP requests.

View on GitHub
Deep Wiki
Context7
v8.1.5

Changelog (https://github.com/symfony/browser-kit/compare/v8.1.1...v8.1.5)

  • bug #65507 Fix decoding raw cookie values that contain a plus sign (@nicolas-grekas)
  • bug #65520 Return the most specific cookie when several ones match (@nicolas-grekas)
  • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
v7.4.17

Changelog (https://github.com/symfony/browser-kit/compare/v7.4.14...v7.4.17)

  • bug #65507 Fix decoding raw cookie values that contain a plus sign (@nicolas-grekas)
  • bug #65520 Return the most specific cookie when several ones match (@nicolas-grekas)
  • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
v6.4.44

Changelog (https://github.com/symfony/browser-kit/compare/v6.4.42...v6.4.44)

  • bug #65507 Fix decoding raw cookie values that contain a plus sign (@nicolas-grekas)
  • bug #65520 Return the most specific cookie when several ones match (@nicolas-grekas)
  • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
v8.1.1

Changelog (https://github.com/symfony/browser-kit/compare/v8.1.0...v8.1.1)

  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v8.0.14

Changelog (https://github.com/symfony/browser-kit/compare/v8.0.9...v8.0.14)

  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v7.4.14

Changelog (https://github.com/symfony/browser-kit/compare/v7.4.9...v7.4.14)

  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v6.4.42

Changelog (https://github.com/symfony/browser-kit/compare/v6.4.37...v6.4.42)

  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v8.1.0-BETA1
v8.0.8
v7.4.8
v8.0.4

Changelog (https://github.com/symfony/browser-kit/compare/v8.0.3...v8.0.4)

  • feature #62892 Allow wrapping response content to give proper context when fetching fragments (@Jean-Beru)
v7.4.4

Changelog (https://github.com/symfony/browser-kit/compare/v7.4.3...v7.4.4)

  • feature #62892 Allow wrapping response content to give proper context when fetching fragments (@Jean-Beru)
v7.3.10
v6.4.32
v8.0.3

Changelog (https://github.com/symfony/browser-kit/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62758 [BrowserKit] Allow Cookie expiration to be an int (@derrabus)
v7.4.3

Changelog (https://github.com/symfony/browser-kit/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62758 [BrowserKit] Allow Cookie expiration to be an int (@derrabus)
v7.3.9

Changelog (https://github.com/symfony/browser-kit/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62758 [BrowserKit] Allow Cookie expiration to be an int (@derrabus)
v6.4.31

Changelog (https://github.com/symfony/browser-kit/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62758 [BrowserKit] Allow Cookie expiration to be an int (@derrabus)
v7.4.0
v8.0.0
v8.0.0-RC1

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

  • bug symfony/symfony#62091 [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
v7.4.0-RC1

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

  • bug symfony/symfony#62091 [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
v7.3.6

Changelog (https://github.com/symfony/browser-kit/compare/v7.3.5...v7.3.6)

  • bug symfony/symfony#62091 [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
v6.4.28

Changelog (https://github.com/symfony/browser-kit/compare/v6.4.27...v6.4.28)

  • bug symfony/symfony#62091 [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
v8.0.0-BETA1

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

  • feature symfony/symfony#61481 [DomCrawler] Always parse according to HTML5 rules thanks to the native DOM parser (@nicolas-grekas)
  • feature symfony/symfony#61475 [DomCrawler] Use the native HTML5 parser on PHP 8.4 (@nicolas-grekas)
  • feature symfony/symfony#60955 [BrowserKit] Add PHPUnit constraints: BrowserHistoryIsOnFirstPage and BrowserHistoryIsOnLastPage (@santysisi)
  • feature symfony/symfony#60895 [BrowserKit] Add isFirstPage() and isLastPage() methods to History (@santysisi)
  • feature symfony/symfony#60697 Enforce return types on all components (@nicolas-grekas)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

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

  • feature symfony/symfony#61475 [DomCrawler] Use the native HTML5 parser on PHP 8.4 (@nicolas-grekas)
  • feature symfony/symfony#60955 [BrowserKit] Add PHPUnit constraints: BrowserHistoryIsOnFirstPage and BrowserHistoryIsOnLastPage (@santysisi)
  • feature symfony/symfony#60895 [BrowserKit] Add isFirstPage() and isLastPage() methods to History (@santysisi)
v7.3.2
v7.2.9
v6.4.24
v7.3.0
v7.3.0-RC1
v7.3.0-BETA1
v7.2.4

Changelog (https://github.com/symfony/browser-kit/compare/v7.2.3...v7.2.4)

  • bug symfony/symfony#59769 Enable JSON_PRESERVE_ZERO_FRACTION in jsonRequest method (@raffaelecarelle)
  • bug symfony/symfony#59752 [BrowserKit] Fix submitting forms with empty file fields (@nicolas-grekas)
v6.4.19

Changelog (https://github.com/symfony/browser-kit/compare/v6.4.18...v6.4.19)

  • bug symfony/symfony#59769 Enable JSON_PRESERVE_ZERO_FRACTION in jsonRequest method (@raffaelecarelle)
  • bug symfony/symfony#59752 [BrowserKit] Fix submitting forms with empty file fields (@nicolas-grekas)
v7.2.0
v7.2.0-RC1
v7.2.0-BETA1
v7.1.6

Changelog (https://github.com/symfony/browser-kit/compare/v7.1.5...v7.1.6)

  • bug symfony/symfony#58627 Minor fixes around parse_url() checks (@nicolas-grekas)
  • bug symfony/symfony#58626 [BrowserKit][FrameworkBundle] do not access typed properties before initialization (@xabbuh)
v6.4.13

Changelog (https://github.com/symfony/browser-kit/compare/v6.4.12...v6.4.13)

  • bug symfony/symfony#58627 Minor fixes around parse_url() checks (@nicolas-grekas)
v5.4.45

Changelog (https://github.com/symfony/browser-kit/compare/v5.4.44...v5.4.45)

  • bug symfony/symfony#58627 Minor fixes around parse_url() checks (@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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle