marc.weistroff 89868f7901 Updated LICENSE files copyright 13 năm trước cách đây
..
Client.php fe62401907 optimized string starts with checks 13 năm trước cách đây
Cookie.php 00cbd39813 [BrowserKit] Fixed cookie expiry discard when attribute contains capitals 13 năm trước cách đây
CookieJar.php 404c452c0b [Various] Phpdoc & typos 14 năm trước cách đây
History.php 8c423edfef replaced symfony-project.org by symfony.com 14 năm trước cách đây
LICENSE 89868f7901 Updated LICENSE files copyright 13 năm trước cách đây
README.md 997f354d53 tweaked the README files 13 năm trước cách đây
Request.php ff3c66753f [BrowserKit] tagged the guaranteed BC API 14 năm trước cách đây
Response.php ff3c66753f [BrowserKit] tagged the guaranteed BC API 14 năm trước cách đây
composer.json 208c2e468c removed the version attribute in all composer.json files 13 năm trước cách đây

README.md

BrowserKit Component

BrowserKit simulates the behavior of a web browser.

The component only provide an abstract client and does not provide any "default" backend for the HTTP layer.

Resources

For a simple implementation of a browser based on an HTTP layer, have a look at Goutte.

For an implementation based on HttpKernelInterface, have a look at the Client provided by the HttpKernel component.