Dmitriy Gnatenko 2e430a556d Vendors updated | před 3 roky | |
---|---|---|
.. | ||
Exception | před 4 roky | |
Test | před 4 roky | |
AbstractBrowser.php | před 3 roky | |
CHANGELOG.md | před 4 roky | |
Cookie.php | před 3 roky | |
CookieJar.php | před 4 roky | |
History.php | před 4 roky | |
HttpBrowser.php | před 4 roky | |
LICENSE | před 3 roky | |
README.md | před 4 roky | |
Request.php | před 4 roky | |
Response.php | před 4 roky | |
composer.json | před 3 roky |
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.