廖泽华 a37f2bbff5 init code 4 年之前
..
Exception a37f2bbff5 init code 4 年之前
Test a37f2bbff5 init code 4 年之前
Tests a37f2bbff5 init code 4 年之前
.gitignore a37f2bbff5 init code 4 年之前
AbstractBrowser.php a37f2bbff5 init code 4 年之前
CHANGELOG.md a37f2bbff5 init code 4 年之前
Client.php a37f2bbff5 init code 4 年之前
Cookie.php a37f2bbff5 init code 4 年之前
CookieJar.php a37f2bbff5 init code 4 年之前
History.php a37f2bbff5 init code 4 年之前
HttpBrowser.php a37f2bbff5 init code 4 年之前
LICENSE a37f2bbff5 init code 4 年之前
README.md a37f2bbff5 init code 4 年之前
Request.php a37f2bbff5 init code 4 年之前
Response.php a37f2bbff5 init code 4 年之前
composer.json a37f2bbff5 init code 4 年之前
phpunit.xml.dist a37f2bbff5 init code 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