DEV Community

Discussion on: Recomandation For Web Scrapping With Php

Collapse
 
thinsoldier profile image
thinsoldier

Laravel Dusk if you're scraping something that relies on a lot of JS.

Guzzle and QueryPath (or something similar from the Symfony library) if all the info you need is present in the html source.