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