|
13 gadi atpakaļ | |
---|---|---|
.. | ||
Client.php | 13 gadi atpakaļ | |
Cookie.php | 13 gadi atpakaļ | |
CookieJar.php | 14 gadi atpakaļ | |
History.php | 14 gadi atpakaļ | |
LICENSE | 13 gadi atpakaļ | |
README.md | 13 gadi atpakaļ | |
Request.php | 14 gadi atpakaļ | |
Response.php | 14 gadi atpakaļ | |
composer.json | 13 gadi atpakaļ |
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.