crwlr / crawler-ext-browser
Extension for the crwlr/crawler package containing steps utilizing a headless browser.
Fund package maintenance!
otsch
Requires
- php: ^8.1
- crwlr/crawler: ^2.0
- crwlr/crwl-extension-utils: ^2.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.30
- pestphp/pest: ^2.19
- phpstan/phpstan: ^1.10
Suggests
- ext-gd: *
README
Headless Browser Extension Package for the crwlr/crawler package
The crwlr/crawler package itself already allows loading pages using a headless browser (see documentation). However, it doesn't handle more complex browser actions such as clicking elements on loaded pages or taking screenshots. This extension is here to fulfill those needs.
Documentation
Documentation will follow soon.
Contributing
If you consider contributing something to this package, read the contribution guide (CONTRIBUTING.md).