|
hace 13 años | |
---|---|---|
.. | ||
Client.php | hace 13 años | |
Cookie.php | hace 13 años | |
CookieJar.php | hace 14 años | |
History.php | hace 14 años | |
LICENSE | hace 13 años | |
README.md | hace 13 años | |
Request.php | hace 14 años | |
Response.php | hace 14 años | |
composer.json | hace 13 años |
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.
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.