zxiansheng 9a51cb0a67 first commit 4 years ago
..
Exception 9a51cb0a67 first commit 4 years ago
Test 9a51cb0a67 first commit 4 years ago
AbstractBrowser.php 9a51cb0a67 first commit 4 years ago
CHANGELOG.md 9a51cb0a67 first commit 4 years ago
Client.php 9a51cb0a67 first commit 4 years ago
Cookie.php 9a51cb0a67 first commit 4 years ago
CookieJar.php 9a51cb0a67 first commit 4 years ago
History.php 9a51cb0a67 first commit 4 years ago
HttpBrowser.php 9a51cb0a67 first commit 4 years ago
LICENSE 9a51cb0a67 first commit 4 years ago
README.md 9a51cb0a67 first commit 4 years ago
Request.php 9a51cb0a67 first commit 4 years ago
Response.php 9a51cb0a67 first commit 4 years ago
composer.json 9a51cb0a67 first commit 4 years ago

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