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