|
пре 13 година | |
---|---|---|
.. | ||
Client.php | пре 13 година | |
Cookie.php | пре 13 година | |
CookieJar.php | пре 14 година | |
History.php | пре 14 година | |
LICENSE | пре 13 година | |
README.md | пре 13 година | |
Request.php | пре 14 година | |
Response.php | пре 14 година | |
composer.json | пре 13 година |
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.