zxiansheng 9a51cb0a67 first commit 4 лет назад
..
Exception 9a51cb0a67 first commit 4 лет назад
Test 9a51cb0a67 first commit 4 лет назад
AbstractBrowser.php 9a51cb0a67 first commit 4 лет назад
CHANGELOG.md 9a51cb0a67 first commit 4 лет назад
Client.php 9a51cb0a67 first commit 4 лет назад
Cookie.php 9a51cb0a67 first commit 4 лет назад
CookieJar.php 9a51cb0a67 first commit 4 лет назад
History.php 9a51cb0a67 first commit 4 лет назад
HttpBrowser.php 9a51cb0a67 first commit 4 лет назад
LICENSE 9a51cb0a67 first commit 4 лет назад
README.md 9a51cb0a67 first commit 4 лет назад
Request.php 9a51cb0a67 first commit 4 лет назад
Response.php 9a51cb0a67 first commit 4 лет назад
composer.json 9a51cb0a67 first commit 4 лет назад

README.md

BrowserKit Component

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.

Resources