Dmitriy Gnatenko 2e430a556d Vendors updated | il y a 3 ans | |
---|---|---|
.. | ||
Exception | il y a 4 ans | |
Test | il y a 4 ans | |
AbstractBrowser.php | il y a 3 ans | |
CHANGELOG.md | il y a 3 ans | |
Cookie.php | il y a 3 ans | |
CookieJar.php | il y a 4 ans | |
History.php | il y a 4 ans | |
HttpBrowser.php | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 4 ans | |
Request.php | il y a 3 ans | |
Response.php | il y a 4 ans | |
composer.json | il y a 3 ans |
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
The component comes with a concrete implementation that uses the HttpClient component to make real HTTP requests.