|
|
14 years ago | |
|---|---|---|
| .. | ||
| Client.php | 14 years ago | |
| Cookie.php | 14 years ago | |
| CookieJar.php | 14 years ago | |
| History.php | 14 years ago | |
| README.md | 14 years ago | |
| Request.php | 14 years ago | |
| Response.php | 14 years ago | |
| composer.json | 14 years ago | |
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.