Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 562 Bytes

BrowserKit Component

BrowserKit simulates the behavior of a web browser.

The component only provide an abstract client and does not provide any "default" backend for the HTTP layer.

Resources

For a simple implementation of a browser based on an HTTP layer, have a look at Goutte.

For an implementation based on HttpKernelInterface, have a look at the Client provided by the HttpKernel component.